[Add] NHValidationKit 1.0.2
[CocoaPods.git] / Specs / b / c / d / GNKeyboardAwareScrollView / 0.1.5 / GNKeyboardAwareScrollView.podspec.json
blobd1f1c5a8e5338d955612a0499b220f7ba93fb99b
2   "name": "GNKeyboardAwareScrollView",
3   "version": "0.1.5",
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.",
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.5"
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"