blob: 769e38739a45452c1b262092fbe22c49ecf775e4 [file] [log] [blame]
{
"name": "GNKeyboardAwareScrollView",
"version": "0.0.2",
"summary": "UIScrollView subclass for handling content inset by keyboard.",
"description": "\t\t\t\t\tUIScrollView subclass wich handles content insets automaticaly with keyboard appearance.\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.2"
},
"source_files": "GNKeyboardAwareScrollView/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true
}