Skip to content

Commit 6b46a04

Browse files
committed
Add pod spec file
1 parent 1c80610 commit 6b46a04

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

KNSwitcher.podspec

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Pod::Spec.new do |s|
2+
s.name = 'KNSwitcher'
3+
s.version = '1.0'
4+
s.summary = 'Custom everything in Switcher with animation'
5+
6+
s.description = <<-DESC
7+
Custom everything in Switcher with animation. Support using xib or code. Change color or add image easily right in xib/Storyboard file.
8+
DESC
9+
10+
s.homepage = 'https://github.com/knn90/Switcher'
11+
s.license = { :type => 'MIT', :file => 'LICENSE' }
12+
s.author = { 'Khoi Nguyen' => '[email protected]' }
13+
s.source = { :git => 'https://github.com/knn90/Switcher.git', :tag => s.version.to_s }
14+
15+
s.ios.deployment_target = '9.3'
16+
s.source_files = 'KNSwitcher/KNSwitcher.swift'
17+
end

SwitcherExample.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
213213
GCC_WARN_UNUSED_FUNCTION = YES;
214214
GCC_WARN_UNUSED_VARIABLE = YES;
215-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
215+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
216216
MTL_ENABLE_DEBUG_INFO = YES;
217217
ONLY_ACTIVE_ARCH = YES;
218218
SDKROOT = iphoneos;
@@ -252,7 +252,7 @@
252252
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
253253
GCC_WARN_UNUSED_FUNCTION = YES;
254254
GCC_WARN_UNUSED_VARIABLE = YES;
255-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
255+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
256256
MTL_ENABLE_DEBUG_INFO = NO;
257257
SDKROOT = iphoneos;
258258
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";

0 commit comments

Comments
 (0)