blob: ce2f0cd12145c6e7f66000433c1460306cd6624a [file] [log] [blame]
{
"name": "HJNetwork",
"version": "1.1.8",
"summary": "A short description of HJNetwork.",
"description": "HJNetwork对AFHTTPSessionManager进行二次封装,包括网络请求,文件上传,文件下载这三个方法。并且支持RESTful API GET,POST,HEAD,PUT,DELETE,PATCH的请求。同时使用YYCache做了强大的缓存策略。",
"homepage": "https://github.com/JohnnyHooo/HJNetwork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Johnny": "hujin123@vip.qq.com"
},
"source": {
"git": "https://github.com/JohnnyHooo/HJNetwork.git",
"tag": "1.1.8"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HJNetwork/Classes/**/*",
"dependencies": {
"AFNetworking": [
],
"YYCache": [
]
}
}