blob: ae8cfbc1aaf39c262c4dd9b6ccbcab25ca418676 [file] [log] [blame]
{
"name": "cocoCDLTest",
"version": "1.0.0",
"summary": "一个测试cocopods库",
"description": "一个使用OC实现的整数求和.",
"homepage": "https://github.com/chenjs92/cocoCDLTest",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"chenjs92": "chenjs92@icloud.com"
},
"source": {
"git": "https://github.com/chenjs92/cocoCDLTest.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "cocoCDLTest/cocoCDLTest/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
]
}