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

Commit 29108a0

Browse files
author
Dominik Hadl
committed
Update podspec
1 parent 8902f82 commit 29108a0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

KeyboardHelper.podspec

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
#
1717

1818
s.name = "KeyboardHelper"
19-
s.version = "0.9.2"
19+
s.version = "1.0.0"
2020
s.summary = "Handle UIKeyboard with ease, delegation and strongly typed user info included!"
2121

2222
# This description is used to generate tags and improve search results.
@@ -66,7 +66,7 @@ Pod::Spec.new do |s|
6666
# s.platform = :ios, "5.0"
6767

6868
# When using multiple platforms
69-
s.ios.deployment_target = "8.1"
69+
s.ios.deployment_target = "8.0"
7070
# s.osx.deployment_target = "10.7"
7171
# s.watchos.deployment_target = "2.0"
7272
# s.tvos.deployment_target = "9.0"
@@ -78,7 +78,7 @@ Pod::Spec.new do |s|
7878
# Supports git, hg, bzr, svn and HTTP.
7979
#
8080

81-
s.source = { :git => "https://github.com/nodes-ios/KeyboardHelper.git", :tag => "0.9.2" }
81+
s.source = { :git => "https://github.com/nodes-ios/KeyboardHelper.git", :tag => s.version }
8282

8383

8484
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
@@ -134,4 +134,3 @@ Pod::Spec.new do |s|
134134
# s.dependency "JSONKit", "~> 1.4"
135135

136136
end
137-

0 commit comments

Comments
 (0)