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