diff --git a/KeyboardHelper.podspec b/KeyboardHelper.podspec index 6fb2605..acaf117 100644 --- a/KeyboardHelper.podspec +++ b/KeyboardHelper.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |s| # s.name = "KeyboardHelper" - s.version = "0.9.2" + s.version = "1.0.0" s.summary = "Handle UIKeyboard with ease, delegation and strongly typed user info included!" # This description is used to generate tags and improve search results. @@ -66,7 +66,7 @@ Pod::Spec.new do |s| # s.platform = :ios, "5.0" # When using multiple platforms - s.ios.deployment_target = "8.1" + s.ios.deployment_target = "8.0" # s.osx.deployment_target = "10.7" # s.watchos.deployment_target = "2.0" # s.tvos.deployment_target = "9.0" @@ -78,7 +78,7 @@ Pod::Spec.new do |s| # Supports git, hg, bzr, svn and HTTP. # - s.source = { :git => "https://github.com/nodes-ios/KeyboardHelper.git", :tag => "0.9.2" } + s.source = { :git => "https://github.com/nodes-ios/KeyboardHelper.git", :tag => s.version } # ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # @@ -134,4 +134,3 @@ Pod::Spec.new do |s| # s.dependency "JSONKit", "~> 1.4" end -