blob: 96549838b1476f6575c43aadc06fb2c78fdd3720 [file] [log] [blame]
{
"name": "WhatKeyboard",
"version": "1.1.0",
"summary": "自定义密码输入键盘",
"homepage": "https://github.com/coppco/WhatKeyboard",
"license": "MIT",
"authors": {
"coppco": "coppco@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/coppco/WhatKeyboard.git",
"tag": "1.1.0"
},
"default_subspecs": "Core",
"resources": "WhatKeyboard-master/*.{xib,storyboard,nib,bundle}",
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"source_files": "WhatKeyboard-master/*.{h,m}"
}
]
}