[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / 2 / c / TTKeyboardphobia / 0.1.0 / TTKeyboardphobia.podspec.json
blobbc004cacd770c3a98eb35f8d0633221776b16dfc
2   "name": "TTKeyboardphobia",
3   "version": "0.1.0",
4   "summary": "Simple keyboard avoiding for iOS.",
5   "description": "TTKeyboardphobia is a simple and straightforward to use library for keyboard avoidance on iOS.\n\n* No subclasses\n* Simple API.\n* Supports accessory views.\n* Supports alignment with a UIView container.",
6   "homepage": "https://github.com/thumbtack/TTKeyboardphobia",
7   "license": "BSD",
8   "authors": {
9     "Ian Leitch": "ileitch@thumbtack.com"
10   },
11   "source": {
12     "git": "https://github.com/thumbtack/TTKeyboardphobia.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "TTKeyboardphobia": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "frameworks": "UIKit"