Skip to content
This repository has been archived by the owner on Mar 10, 2022. It is now read-only.

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Hadl committed Dec 14, 2016
1 parent 8902f82 commit 29108a0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions KeyboardHelper.podspec
Expand Up @@ -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.
Expand Down Expand Up @@ -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"
Expand All @@ -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 ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
Expand Down Expand Up @@ -134,4 +134,3 @@ Pod::Spec.new do |s|
# s.dependency "JSONKit", "~> 1.4"

end

0 comments on commit 29108a0

Please sign in to comment.