[Add] OpacityCore 3.22.7
[CocoaPods.git] / Specs / 8 / e / b / TPKeyboardAvoiding-ycg / 0.0.1 / TPKeyboardAvoiding-ycg.podspec.json
blob4918b8870822d2e438ae2d486cae1f3bb9d42ea2
2   "name": "TPKeyboardAvoiding-ycg",
3   "version": "0.0.1",
4   "license": "zlib",
5   "platforms": {
6     "ios": null
7   },
8   "summary": "A drop-in universal solution for moving text fields out of the way of the keyboard in iOS.",
9   "homepage": "https://github.com/ycge234/TPKeyboardAvoiding",
10   "authors": {
11     "Michael Tyson": "michael@atastypixel.com"
12   },
13   "source": {
14     "git": "https://github.com/ycge234/TPKeyboardAvoiding.git",
15     "tag": "0.0.1"
16   },
17   "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.",
18   "source_files": "TPKeyboardAvoiding/*.{h,m}",
19   "requires_arc": false