Skip to content

Commit cbec3c4

Browse files
committed
Updated podspec
1 parent e8e5f9b commit cbec3c4

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,12 +1,12 @@
11
Pod::Spec.new do |s|
22
s.name = 'TPKeyboardAvoiding'
3-
s.version = '1.2.9'
3+
s.version = '1.2.10'
44
s.license = 'zlib'
55
s.platform = :ios
66
s.summary = 'A drop-in universal solution for moving text fields out of the way of the keyboard in iOS.'
77
s.homepage = 'https://github.com/michaeltyson/TPKeyboardAvoiding'
88
s.author = { 'Michael Tyson' => '[email protected]' }
9-
s.source = { :git => 'https://github.com/michaeltyson/TPKeyboardAvoiding.git', :tag => '1.2.9' }
9+
s.source = { :git => 'https://github.com/michaeltyson/TPKeyboardAvoiding.git', :tag => '1.2.10' }
1010

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

0 commit comments

Comments
 (0)