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