blob: 3e0d3cff531131fa5b14fac6bb10229f677b2947 [file] [log] [blame]
{
"name": "WJRequestTool",
"version": "1.0.5",
"summary": "基于AFNetworking的封装",
"description": "请求的封装,包含加密、错误处理、逻辑解耦、业务拆分、数据解析等",
"homepage": "https://github.com/WJZMC/WJRequestTool",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jack": "jack_weijie@foxmail.com"
},
"source": {
"git": "https://github.com/WJZMC/WJRequestTool.git",
"tag": "1.0.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": "WJRequestTool/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"AFNetworking": [
],
"PPNetworkHelper": [
],
"SVProgressHUD": [
],
"YYModel": [
],
"YYCache": [
]
}
}