blob: 7671c1b7d5808b48d06ea16edeebac1248325aae [file] [log] [blame]
{
"name": "NumberInputView",
"version": "0.0.1",
"summary": "cocoapods 测试",
"description": "就是一个数字键盘, 防止第三方的键盘不给力",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"hold-my-hand": "13036101641@163.com"
},
"homepage": "https://github.com/hold-my-hand/NumberInputView",
"source": {
"git": "https://github.com/hold-my-hand/NumberInputView.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "KeyBoardInputViewNumber/NumberKeyBoard/**/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}