| { |
| "name": "swiftBestBuy", |
| "version": "1.0.0", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "summary": "custom test demo", |
| "homepage": "https://github.com/kingkamg870603/swiftBestBuy", |
| "authors": { |
| "kingkamg870603": "kingkamg@163.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/kingkamg870603/swiftBestBuy.git", |
| "tag": "v1.0.0" |
| }, |
| "source_files": [ |
| "TestGitDemo", |
| "TestGitDemo/**/*.{h,m}" |
| ], |
| "frameworks": "UIKit", |
| "requires_arc": true, |
| "pushed_with_swift_version": "3.0" |
| } |