[Add] TradPlusAdSDK 12.9.0
[CocoaPods.git] / Specs / 3 / 7 / c / TPKeyboardAvoiding / 1.0 / TPKeyboardAvoiding.podspec.json
blob9becb2158a13138e22d5b8dd081b89038665dbb2
2   "name": "TPKeyboardAvoiding",
3   "version": "1.0",
4   "license": {
5     "type": "Custom permissive license",
6     "text": "\tFree for commercial use and redistribution in any form. Credit is appreciated but not essential. Oh, and there aint no warranty!\n\n\tMichael Tyson, A Tasty Pixel  \n\tmichael@atastypixel.com\n"
7   },
8   "platforms": {
9     "ios": null
10   },
11   "summary": "A drop-in universal solution for moving text fields out of the way of the keyboard in iOS.",
12   "homepage": "https://github.com/michaeltyson/TPKeyboardAvoiding",
13   "authors": {
14     "Michael Tyson": "michael@atastypixel.com"
15   },
16   "source": {
17     "git": "https://github.com/michaeltyson/TPKeyboardAvoiding.git",
18     "tag": "1.0"
19   },
20   "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.",
21   "source_files": [
22     "TPKeyboardAvoidingScrollView.{h,m}",
23     "TPKeyboardAvoidingTableView.{h,m}"
24   ],
25   "requires_arc": false