{ | |
"name": "WhatKeyboard", | |
"version": "1.0.2", | |
"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.2" | |
}, | |
"default_subspecs": "Core", | |
"resources": "WhatKeyboard/*.{xib,storyboard,nib,bundle}", | |
"requires_arc": true, | |
"subspecs": [ | |
{ | |
"name": "Core", | |
"source_files": "WhatKeyboard/*.{h,m}" | |
} | |
] | |
} |