blob: 02fb9dbc22366150a6d934f855ea605739103cbb [file] [log] [blame]
{
"name": "GNKeyboardAwareScrollView",
"version": "0.0.3",
"summary": "UIScrollView subclass for handling content inset by keyboard. GNTextFieldsManager to help with multiple textfields management.",
"description": "\t\t\t\t\tUIScrollView subclass wich handles content insets automaticaly with keyboard appearance. GNTextFieldsManager to help with multiple textfields management.\n",
"homepage": "https://github.com/jakubknejzlik/GNKeyboardAwareScrollView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jakub Knejzlik": "jakub.knejzlik@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/jakubknejzlik/GNKeyboardAwareScrollView.git",
"tag": "0.0.3"
},
"source_files": "GNKeyboardAwareScrollView/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true
}