blob: 3320f17a2c7506bbd62cc1810fa85d3d4d94e996 [file] [log] [blame]
{
"name": "TPKeyboardAvoiding",
"version": "1.3.3",
"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": "michael@atastypixel.com"
},
"source": {
"git": "https://github.com/michaeltyson/TPKeyboardAvoiding.git",
"tag": "1.3.3"
},
"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
}