-
Notifications
You must be signed in to change notification settings - Fork 923
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eaa88e9
commit 38a3080
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.2.6' | ||
s.version = '1.2.7' | ||
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.2.6' } | ||
s.source = { :git => 'https://github.com/michaeltyson/TPKeyboardAvoiding.git', :tag => '1.2.7' } | ||
|
||
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, " \ | ||
|