[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / b / c / d / GNKeyboardAwareScrollView / 0.0.2 / GNKeyboardAwareScrollView.podspec.json
blob769e38739a45452c1b262092fbe22c49ecf775e4
2   "name": "GNKeyboardAwareScrollView",
3   "version": "0.0.2",
4   "summary": "UIScrollView subclass for handling content inset by keyboard.",
5   "description": "\t\t\t\t\tUIScrollView subclass wich handles content insets automaticaly with keyboard appearance.\n",
6   "homepage": "https://github.com/jakubknejzlik/GNKeyboardAwareScrollView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jakub Knejzlik": "jakub.knejzlik@gmail.com"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/jakubknejzlik/GNKeyboardAwareScrollView.git",
19     "tag": "0.0.2"
20   },
21   "source_files": "GNKeyboardAwareScrollView/*.{h,m}",
22   "frameworks": "UIKit",
23   "requires_arc": true