blob: b524e6904c8023be763e218122dfae70893212a4 [file] [log] [blame]
{
"name": "AutoKeyboardScrollView",
"version": "1.5.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",
"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.5.2"
},
"swift_versions": "5.0",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/*",
"frameworks": "UIKit",
"swift_version": "5.0"
}