blob: 80cba538000e28e53fe8baa1d5baa857c451fec7 [file] [log] [blame]
{
"name": "JQHttpRequest",
"version": "0.0.3",
"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.3"
},
"source_files": "JQHttpRequest/**/*.{h,m}",
"public_header_files": "JQHttpRequest/**/*.h",
"dependencies": {
"AFNetworking": [
],
"EGOCache": [
]
},
"requires_arc": true
}