| { |
| "name": "TCRequest", |
| "version": "0.0.1", |
| "summary": "this is a request", |
| "description": "this is a network request", |
| "homepage": "https://github.com/liwei5544/TCRequest", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "liwei5544": "1165776639@qq.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/liwei5544/TCRequest.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": "TCRequest/*.swift", |
| "requires_arc": true, |
| "dependencies": { |
| "Alamofire": [ |
| "4.4.0" |
| ] |
| }, |
| "pushed_with_swift_version": "3.0" |
| } |