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

Commit 3aab01e

Browse files
author
Dominik Hadl
committed
update podspec
1 parent ccd547d commit 3aab01e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

KeyboardHelper.podspec

Lines changed: 3 additions & 2 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.1"
19+
s.version = "0.9.2"
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.
@@ -80,7 +80,7 @@ Pod::Spec.new do |s|
8080
# Supports git, hg, bzr, svn and HTTP.
8181
#
8282

83-
s.source = { :git => "https://github.com/nodes-ios/KeyboardHelper.git", :tag => "0.9.1" }
83+
s.source = { :git => "https://github.com/nodes-ios/KeyboardHelper.git", :tag => "0.9.2" }
8484

8585

8686
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
@@ -136,3 +136,4 @@ Pod::Spec.new do |s|
136136
# s.dependency "JSONKit", "~> 1.4"
137137

138138
end
139+

0 commit comments

Comments
 (0)