[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 3 / 7 / c / TPKeyboardAvoiding / 1.2.1 / TPKeyboardAvoiding.podspec.json
blobb4d4c8692b6a17894c78919d91207abb079eb678
2   "name": "TPKeyboardAvoiding",
3   "version": "1.2.1",
4   "license": {
5     "type": "Custom permissive license",
6     "text": "  Free 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.2.1"
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": "TPKeyboardAvoiding/*.{h,m}",
22   "requires_arc": false