blob: 073a3a6604c0fea8e39bc773712e070f60b6a18a [file] [log] [blame]
{
"name": "HJNetwork",
"version": "1.2.3",
"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.2.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HJNetwork/Classes/**/*",
"dependencies": {
"AFNetworking": [
],
"YYCache": [
]
}
}