blob: 90884b6cfb4be96269a296b0cf2ab7c307d03435 [file] [log] [blame]
{
"name": "LZNetworkingHelper",
"version": "2.0.1",
"summary": "LZNetworkingHelper.",
"description": "网络请求:\n 1.HTTP Request\n 2.Network Status",
"homepage": "https://github.com/liLeiBest",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lilei": "lilei_hapy@163.com"
},
"source": {
"git": "https://github.com/liLeiBest/LZNetworkingHelper.git",
"tag": "2.0.1"
},
"frameworks": [
"Foundation",
"UIKit"
],
"platforms": {
"ios": "9.0"
},
"source_files": "LZNetworkingHelper/Classes/*.{h,m}",
"public_header_files": "LZNetworkingHelper/Classes/*.h",
"dependencies": {
"AFNetworking": [
]
},
"prefix_header_contents": "#if DEBUG\n#define LZNetworkingLog(fmt, ...) NSLog((@\"%s [Line %d] \" fmt), __PRETTY_FUNCTION__, __LINE__, ##__VA_ARGS__);\n#else\n#define LZNetworkingLog(fmt, ...)\n#endif"
}