blob: c6833513912ac3e28c27e4ecd991e1de09ebaa6f [file] [log] [blame]
{
"name": "GNKeyboardAwareScrollView",
"version": "0.0.7",
"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.7"
},
"source_files": "GNKeyboardAwareScrollView/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true
}