blob: d5f508e75c91c8b6ded1dee2c78fb6212ea2c392 [file] [log] [blame]
{
"name": "XZHNetwork",
"version": "0.0.1",
"summary": "XZHNetwork大部分源码参考自YTKNetwork,只是做了一些小部分的修改,比如使用NSURLSession、以及大量使用内存缓存。",
"homepage": "https://github.com/xiongzenghuidegithub/XZHNtetwork",
"license": "MIT",
"authors": {
"xiongzenghui": "3083336407@qq.com"
},
"source": {
"git": "https://github.com/xiongzenghuidegithub/XZHNtetwork.git",
"tag": "0.0.1"
},
"source_files": "XZHNtetwork/*.{h,m}",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"dependencies": {
"AFNetworking": [
],
"YYModel": [
]
}
}