blob: 27b18bf98b7ed13bbf372dd9671b9320e2c16776 [file] [log] [blame]
{
"name": "GJWNetwork",
"version": "0.1.1",
"summary": "基于AFNetworking封装的下载类库",
"homepage": "https://github.com/SoftBoys/GJWNetwork",
"license": "MIT",
"authors": {
"gjw": "gjw_1991@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/SoftBoys/GJWNetwork.git",
"tag": "0.1.1"
},
"source_files": "GJWNetwork",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.0.0"
]
}
}