blob: 6a66e617691d0caafce3c9c0f66216542ba4f44d [file] [log] [blame]
{
"name": "GNKeyboardAwareScrollView",
"version": "0.1.1",
"summary": "UIScrollView subclass for handling content inset by keyboard.",
"description": " UIScrollView subclass 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.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"GNKeyboardAwareScrollView": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}