blob: 9a2b4e288de1447e090ec0c8ac340f7d2d603eba [file] [log] [blame]
{
"name": "JQHttpRequest",
"version": "0.0.1",
"summary": "This library is based on AFNetworking3.1's Get, Post, Put, Delete, and two encapsulated Network Libraries",
"homepage": "https://github.com/xiaohange/JQHttpRequest",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"韩俊强": "532167805@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/xiaohange/JQHttpRequest.git",
"tag": "0.0.1"
},
"source_files": "JQHttpRequest/**/*.{h,m}",
"public_header_files": "JQHttpRequest/**/*.h",
"dependencies": {
"AFNetworking": [
],
"EGOCache": [
]
},
"requires_arc": true
}