blob: 4ec9fa7ac58afae208896508ec9552d804504bb5 [file] [log] [blame]
{
"name": "XNNetWorkManager",
"version": "0.1.19",
"summary": "对AFNetWorking封装的网络请求工具",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/yexiannan/XNNetWorkManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Luigi": "932056276@qq.com"
},
"source": {
"git": "https://github.com/yexiannan/XNNetWorkManager.git",
"tag": "0.1.19"
},
"platforms": {
"ios": "8.0"
},
"source_files": "XNNetWorkManager/Classes/**/*",
"dependencies": {
"AFNetworking": [
],
"SVProgressHUD": [
],
"XNUtils": [
],
"YYModel": [
]
},
"prefix_header_contents": "#import \"XNUtils.h\""
}