blob: 9ba12e23fb6449b3fb6d665b2f5f36dd4f061555 [file] [log] [blame]
{
"name": "YYKeyboard",
"version": "0.1.0",
"summary": "用YYLabel实现自定义键盘",
"description": "TODO: 用YYLabel实现自定义键盘.逻辑简单,一看就会",
"homepage": "https://github.com/jleisurely/YYKeyboard",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wangyu1001@live.cn": "wangyu1001@live.cn"
},
"source": {
"git": "https://github.com/jleisurely/YYKeyboard.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "YYKeyboard/Classes/**/*",
"public_header_files": "YYKeyboard/Classes/*.h",
"dependencies": {
"YYKit": [
]
},
"resource_bundles": {
"YYKeyboard": [
"YYKeyboard/Assets/*.{png,xcassets,plist}"
]
},
"prefix_header_contents": "#import \"YYKit.h\""
}