| { | |
| "name": "PlTestCocoapods", | |
| "version": "0.0.1", | |
| "summary": "一个小测试", | |
| "description": "测试一下cocoapods的使用方法", | |
| "homepage": "https://github.com/PengLi12/PlTestCocoapods", | |
| "license": "MIT", | |
| "authors": { | |
| "pengli": "1543772407@qq.com" | |
| }, | |
| "platforms": { | |
| "ios": "9.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/PengLi12/PlTestCocoapods.git", | |
| "tag": "0.0.1" | |
| }, | |
| "source_files": [ | |
| "PlTestCocoapods", | |
| "PlTestCocoapods/**/*.{h,m}" | |
| ], | |
| "exclude_files": "PlTestCocoapods/Exclude", | |
| "requires_arc": true | |
| } |