blob: ec985173288d4ce9dd96968da94ffae4345dd6c9 [file] [log] [blame]
{
"name": "WhatKeyboard",
"version": "1.0.4",
"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.0.4"
},
"default_subspecs": "Core",
"resources": "WhatKeyboard-master/*.{xib,storyboard,nib,bundle}",
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"source_files": "WhatKeyboard-master/*.{h,m}"
}
]
}