| { |
| "name": "RemoteTest", |
| "version": "0.1.0", |
| "summary": "A short description of RemoteTest.", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://dev.tencent.com/u/KerwinLan/p/RemoteTest", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "KerwinLan": "kerwinlan56@gmail.com" |
| }, |
| "source": { |
| "git": "https://git.dev.tencent.com/KerwinLan/RemoteTest.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "RemoteTest/Classes/**/*", |
| "dependencies": { |
| "AFNetworking": [ |
| "~> 2.3" |
| ] |
| } |
| } |