[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / b / c / d / GNKeyboardAwareScrollView / 0.1.2 / GNKeyboardAwareScrollView.podspec.json
blob41f6ca4e693172d8a913ab468bf83b017416a0f3
2   "name": "GNKeyboardAwareScrollView",
3   "version": "0.1.2",
4   "summary": "UIScrollView and UITableView subclasses for handling content inset by keyboard.",
5   "description": "                       UIScrollView and UITableView subclasses wich handles content insets automaticaly with keyboard appearance.\n",
6   "homepage": "https://github.com/jakubknejzlik/GNKeyboardAwareScrollView",
7   "license": "MIT",
8   "authors": {
9     "Jakub Knejzlik": "jakub.knejzlik@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/jakubknejzlik/GNKeyboardAwareScrollView.git",
13     "tag": "0.1.2"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "GNKeyboardAwareScrollView": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "frameworks": "UIKit"