File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Pod ::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" => "kingxiaokang@gmail.com" }
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}"
You can’t perform that action at this time.
0 commit comments