blob: 251842eef3a826a77f6b59cc0af857e2bfff81e6 [file] [log] [blame]
{
"name": "AvoidKeyboardController",
"version": "0.1.0",
"summary": "Control scroll view whether keyboard is displayed or not.",
"description": " Control scroll view whether keyboard is displayed or not.\n All we have to do is setup of UIScrollView.\n",
"homepage": "https://github.com/siagency/AvoidKeyboardController",
"license": "MIT",
"authors": {
"SI Agency": "support@si-agency.co.jp"
},
"source": {
"git": "https://github.com/siagency/AvoidKeyboardController.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"AvoidKeyboardController": [
"Pod/Assets/*.png"
]
}
}