2 "name": "LZNetworkingHelper",
4 "summary": "A short description of LZNetworkingHelper.",
5 "description": "TODO: Add long description of the pod here.",
6 "homepage": "https://github.com/lilei_hapy@163.com/LZNetworkingHelper",
12 "lilei_hapy@163.com": "lilei_hapy@163.com"
15 "git": "https://github.com/liLeiBest/LZNetworkingHelper.git",
25 "source_files": "LZNetworkingHelper/Classes/*.{h,m}",
26 "public_header_files": "LZNetworkingHelper/Classes/*.h",
32 "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"