forked from CocoaPods/Specs
-
Notifications
You must be signed in to change notification settings - Fork 0
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
206ec7c
commit dda5249
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
Specs/3/7/c/TPKeyboardAvoiding/1.3.1/TPKeyboardAvoiding.podspec.json
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"name": "TPKeyboardAvoiding", | ||
"version": "1.3.1", | ||
"license": "zlib", | ||
"platforms": { | ||
"ios": null | ||
}, | ||
"summary": "A drop-in universal solution for moving text fields out of the way of the keyboard in iOS.", | ||
"homepage": "https://github.com/michaeltyson/TPKeyboardAvoiding", | ||
"authors": { | ||
"Michael Tyson": "[email protected]" | ||
}, | ||
"source": { | ||
"git": "https://github.com/michaeltyson/TPKeyboardAvoiding.git", | ||
"tag": "1.3.1" | ||
}, | ||
"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, and adjust its frame and content offset to make sure that view is visible, with an animation to match the keyboard pop-up. When the keyboard disappears, it restores its prior size.", | ||
"source_files": "TPKeyboardAvoiding/*.{h,m}", | ||
"requires_arc": false | ||
} |