blob: f5f6eb0ca0800328506d4a6567648f6b1b036863 [file] [log] [blame]
{
"name": "HJNetwork",
"version": "1.0.8",
"summary": "A short description of HJNetwork.",
"description": "基于 AFNetworking + YYCache 的二次封装,支持RESTful API,缓存策略的网络请求框架。",
"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.0.8"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HJNetwork/Classes/**/*",
"dependencies": {
"AFNetworking": [
],
"YYCache": [
]
}
}