blob: aaaf0912c8317872c012f04ecf989576539de0bf [file] [log] [blame]
{
"name": "LZNetworkingHelper",
"version": "1.0.2",
"summary": "A short description of LZNetworkingHelper.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/lilei_hapy@163.com/LZNetworkingHelper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lilei_hapy@163.com": "lilei_hapy@163.com"
},
"source": {
"git": "https://github.com/liLeiBest/LZNetworkingHelper.git",
"tag": "1.0.2"
},
"frameworks": [
"Foundation",
"UIKit"
],
"platforms": {
"ios": "8.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"
}