Skip to content

Commit

Permalink
Updated podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltyson committed Oct 10, 2019
1 parent e45a445 commit f44c40b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TPKeyboardAvoiding.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'TPKeyboardAvoiding'
s.version = '1.3.2'
s.version = '1.3.3'
s.license = 'zlib'
s.platform = :ios
s.summary = 'A drop-in universal solution for moving text fields out of the way of the keyboard in iOS.'
s.homepage = 'https://github.com/michaeltyson/TPKeyboardAvoiding'
s.author = { 'Michael Tyson' => '[email protected]' }
s.source = { :git => 'https://github.com/michaeltyson/TPKeyboardAvoiding.git', :tag => '1.3.2' }
s.source = { :git => 'https://github.com/michaeltyson/TPKeyboardAvoiding.git', :tag => '1.3.3' }

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

0 comments on commit f44c40b

Please sign in to comment.