[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / f / a / e / TTKeyboardAvoidingScrollView / 0.1.2 / TTKeyboardAvoidingScrollView.podspec.json
blob1baa4f76f2f7fbb207094c0682f71d39121cf09b
2   "name": "TTKeyboardAvoidingScrollView",
3   "version": "0.1.2",
4   "summary": "A UIScrollView subclass that automatically adjusts its insets to match the keyboard show/hide",
5   "description": "This UIScrollView subclass automatically adjusts its scroll insets to match the keyboard show/hide",
6   "homepage": "https://github.com/dhiraj/TTKeyboardAvoidingScrollView",
7   "screenshots": "https://cloud.githubusercontent.com/assets/43901/16893494/4180c098-4b57-11e6-95f9-a7216d62c63c.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Dhiraj Gupta": "dhiraj@traversient.com"
14   },
15   "source": {
16     "git": "https://github.com/dhiraj/TTKeyboardAvoidingScrollView.git",
17     "tag": "0.1.2"
18   },
19   "social_media_url": "https://twitter.com/dhiraj",
20   "platforms": {
21     "ios": "6.0"
22   },
23   "source_files": "TTKeyboardAvoidingScrollView/Classes/**/*",
24   "public_header_files": "TTKeyboardAvoidingScrollView/Classes/**/*.h"