| { |
| "name": "CocoaPodManager", |
| "version": "1.0.0", |
| "summary": "Is my tests CocoaPods kit.", |
| "description": "easy test kit Is my tests CocoaPods kit.", |
| "homepage": "https://github.com/G1King/CocoaPodDemo", |
| "license": { |
| "type": "MIT", |
| "file": "FILE_LICENSE" |
| }, |
| "authors": { |
| "Joshua": "G1King@163.com" |
| }, |
| "platforms": { |
| "ios": null |
| }, |
| "source": { |
| "git": "https://github.com/G1King/CocoaPodDemo.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": "CocoaPodManager/Classes/*.{h,m}", |
| "resources": "CocoaPodManager/Assets/*.{png,jpg}", |
| "frameworks": "Foundation", |
| "requires_arc": true |
| } |