blob: ccc3278698badacb0cdbb8fbc9be251ca749c8e1 [file] [log] [blame]
{
"name": "ALSKeyboardLayoutGuide",
"version": "0.1.0",
"summary": "Easily layout views to the keyboard in Swift.",
"description": "Implement a keyboard layout guide in UIView class by extension to make the layout with the iOS keyboard easily.",
"homepage": "https://github.com/Adelais0/ALSKeyboardLayoutGuide",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lilingfeng": "lilingfengzero@gmail.com"
},
"source": {
"git": "https://github.com/Adelais0/ALSKeyboardLayoutGuide.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"source_files": "ALSKeyboardLayoutGuide/Classes/**/*.{h,m,mm,swift}",
"swift_version": "5.0"
}