blob: c754b85f57d8449878e52b4b33f7d4c8ad262236 [file] [log] [blame]
{
"name": "AutoKeyboardScrollView",
"version": "1.2",
"summary": "AutoKeyboardScrollView moves text fileds up when keyboard appears",
"description": " AutoKeyboardScrollView is an UIScrollView subclass which makes showing and dismissing keyboard for UITextFields much easier. It works with Auto Layout\n\n",
"homepage": "https://github.com/honghaoz/AutoKeyboardScrollView",
"screenshots": "https://raw.githubusercontent.com/honghaoz/AutoKeyboardScrollView/master/demo.gif",
"license": "MIT",
"authors": {
"Honghao Zhang": "zhh358@gmail.com"
},
"source": {
"git": "https://github.com/honghaoz/AutoKeyboardScrollView.git",
"tag": "1.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"AutoKeyboardScrollView": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}