{ | |
"name": "XYTestCode", | |
"version": "1.0.0", | |
"summary": "一个建立pod仓库的简单demo.", | |
"description": "这只是一个建立pod仓库的简单demo,并没有实际的意思。教学使用。", | |
"homepage": "https://github.com/664505088/CZCTestCode", | |
"license": { | |
"type": "MIT", | |
"file": "LICENSE" | |
}, | |
"authors": { | |
"MR.Yang": "664505088@qq.com" | |
}, | |
"platforms": { | |
"ios": "7.0" | |
}, | |
"source": { | |
"git": "https://github.com/664505088/CZCTestCode.git", | |
"tag": "1.0.0" | |
}, | |
"source_files": [ | |
"Classes", | |
"CZCTestCode/CZCTestCode/Classes/**/*.{h,m}" | |
], | |
"requires_arc": true | |
} |