[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / f / 4 / e / LZNetworkingHelper / 1.0.2 / LZNetworkingHelper.podspec.json
blobaaaf0912c8317872c012f04ecf989576539de0bf
2   "name": "LZNetworkingHelper",
3   "version": "1.0.2",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lilei_hapy@163.com": "lilei_hapy@163.com"
13   },
14   "source": {
15     "git": "https://github.com/liLeiBest/LZNetworkingHelper.git",
16     "tag": "1.0.2"
17   },
18   "frameworks": [
19     "Foundation",
20     "UIKit"
21   ],
22   "platforms": {
23     "ios": "8.0"
24   },
25   "source_files": "LZNetworkingHelper/Classes/*.{h,m}",
26   "public_header_files": "LZNetworkingHelper/Classes/*.h",
27   "dependencies": {
28     "AFNetworking": [
30     ]
31   },
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"