blob: b5b15340f77d0e4aeea793f8fe8fd9116f932acd [file] [log] [blame]
{
"name": "ALOKeyboardAwareSwift",
"version": "2.0",
"summary": "自适应键盘的 UIScrollView",
"homepage": "https://github.com/andrew020/ALOKeyboardAwareSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrew.Leo": "andrew2007@foxmail.com"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.0",
"source": {
"git": "https://github.com/andrew020/ALOKeyboardAwareSwift.git",
"tag": "2.0"
},
"source_files": "*.{swift}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}