blob: 5ff877dd98c31670e942e647787dc1d3f016db50 [file] [log] [blame]
{
"name": "AutoKeyboardScrollView",
"version": "1.3",
"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",
"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.3"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/*",
"frameworks": "UIKit"
}