| { |
| "name": "testCocoaPodsJedediah", |
| "version": "0.0.2", |
| "summary": "这个测试创建testCocoaPodsJedediah私有库", |
| "description": "这个测试创建cocoaPods私有库的详细介绍", |
| "homepage": "https://gitee.com/Jedediah/testCocoaPodsJedediah.git", |
| "license": "MIT", |
| "authors": { |
| "MrPlan": "13432414304@163.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://gitee.com/Jedediah/testCocoaPodsJedediah.git", |
| "tag": "0.0.2" |
| }, |
| "source_files": [ |
| "Classes", |
| "cocoaPods/Classes/**/*.{h,m}" |
| ], |
| "exclude_files": "Classes/Exclude", |
| "frameworks": "UIKit", |
| "requires_arc": true |
| } |