blob: 16286ae3ecc0fae4a61b3a143bb1af2ad92c22e3 [file] [log] [blame]
{
"name": "CDVRequest",
"version": "1.0.1",
"summary": "CDV网路请求",
"description": "CDV网络请求的封装",
"homepage": "https://github.com/yoolooo/CDVRequest",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yoolooo": "864275697@qq.com"
},
"source": {
"git": "https://github.com/yoolooo/CDVRequest.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CDVRequest/Classes/**/*",
"dependencies": {
"AFNetworking": [
"~> 3.0.0"
]
}
}