blob: fc85f1da78f4c62f5d2cd88ff3d74f818fb64f2b [file] [log] [blame]
{
"name": "GNKeyboardAwareScrollView",
"version": "0.1.3",
"summary": "UIScrollView and UITableView subclasses for handling content inset by keyboard.",
"description": " UIScrollView and UITableView subclasses wich handles content insets automaticaly with keyboard appearance.\n",
"homepage": "https://github.com/jakubknejzlik/GNKeyboardAwareScrollView",
"license": "MIT",
"authors": {
"Jakub Knejzlik": "jakub.knejzlik@gmail.com"
},
"source": {
"git": "https://github.com/jakubknejzlik/GNKeyboardAwareScrollView.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"GNKeyboardAwareScrollView": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}