File tree 2 files changed +19
-2
lines changed
SwitcherExample.xcodeproj
2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 212
212
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
213
213
GCC_WARN_UNUSED_FUNCTION = YES;
214
214
GCC_WARN_UNUSED_VARIABLE = YES;
215
- IPHONEOS_DEPLOYMENT_TARGET = 9 .0;
215
+ IPHONEOS_DEPLOYMENT_TARGET = 10 .0;
216
216
MTL_ENABLE_DEBUG_INFO = YES;
217
217
ONLY_ACTIVE_ARCH = YES;
218
218
SDKROOT = iphoneos;
252
252
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
253
253
GCC_WARN_UNUSED_FUNCTION = YES;
254
254
GCC_WARN_UNUSED_VARIABLE = YES;
255
- IPHONEOS_DEPLOYMENT_TARGET = 9 .0;
255
+ IPHONEOS_DEPLOYMENT_TARGET = 10 .0;
256
256
MTL_ENABLE_DEBUG_INFO = NO;
257
257
SDKROOT = iphoneos;
258
258
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
You can’t perform that action at this time.
0 commit comments