Skip to content

Commit 13711b2

Browse files
committed
support cocoapods
1 parent 9570e71 commit 13711b2

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

KDInteractiveNavigationController.podspec

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "KDInteractiveNavigationController"
4-
s.version = "0.1.2"
4+
s.version = "0.2"
55
s.summary = "A UINavigationController subclass that support interactive UINavigationbar with hidden or show."
66

77
s.homepage = "https://github.com/kingiol/KDInteractiveNavigationController"
@@ -10,9 +10,14 @@ Pod::Spec.new do |s|
1010
s.license = { :type => 'MIT', :file => 'LICENSE' }
1111
s.authors = { "kingiol" => "[email protected]" }
1212

13-
s.platform = :ios, "8.0"
13+
# s.platform = :ios, "8.0"
1414
s.requires_arc = true
1515

16+
s.ios.deployment_target = "8.0"
17+
# s.osx.deployment_target = "10.9"
18+
# s.watchos.deployment_target = "2.0"
19+
# s.tvos.deployment_target = "9.0"
20+
1621
s.source = { :git => "https://github.com/kingiol/KDInteractiveNavigationController.git", :tag => s.version.to_s }
1722

1823
s.source_files = "KDInteractiveNavigationController/*.{swift}"

0 commit comments

Comments
 (0)