{ | |
"name": "XDTest", | |
"version": "0.1.0", | |
"summary": "XDTest.", | |
"description": "TODO: Add long description of the pod here.", | |
"homepage": "https://github.com", | |
"license": { | |
"type": "MIT", | |
"file": "LICENSE" | |
}, | |
"authors": { | |
"caixindong": "458770054@qq.com" | |
}, | |
"source": { | |
"git": "https://github.com/caixindong/XDTest.git", | |
"tag": "0.1.0" | |
}, | |
"platforms": { | |
"ios": "8.0" | |
}, | |
"source_files": "XDTest/Classes/**/*", | |
"frameworks": [ | |
"UIKit", | |
"MapKit" | |
], | |
"dependencies": { | |
"AFNetworking": [ | |
"~> 2.3" | |
] | |
} | |
} |