Skip to content

Commit 79b0b3c

Browse files
committed
Updated podspec for 1.2.1
1 parent d0da9f9 commit 79b0b3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TPKeyboardAvoiding.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'TPKeyboardAvoiding'
3-
s.version = '1.2'
3+
s.version = '1.2.1'
44
s.license = {
55
:type => 'Custom permissive license',
66
:text => <<-LICENSE
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
1414
s.summary = 'A drop-in universal solution for moving text fields out of the way of the keyboard in iOS.'
1515
s.homepage = 'https://github.com/michaeltyson/TPKeyboardAvoiding'
1616
s.author = { 'Michael Tyson' => '[email protected]' }
17-
s.source = { :git => 'https://github.com/michaeltyson/TPKeyboardAvoiding.git', :tag => '1.2' }
17+
s.source = { :git => 'https://github.com/michaeltyson/TPKeyboardAvoiding.git', :tag => '1.2.1' }
1818

1919
s.description = "This is a relatively universal, drop-in solution: UIScrollView and UITableView subclasses that handle everything." \
2020
"When the keyboard is about to appear, the subclass will find the subview that's about to be edited, " \

0 commit comments

Comments
 (0)