[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 0 / 3 / 2 / KZLogger / 0.0.8 / KZLogger.podspec.json
blob2a5e023cc08c19a8ed623e1efb5d007bfc5ae5bc
2   "name": "KZLogger",
3   "version": "0.0.8",
4   "summary": "KZLogger is nslog manager",
5   "description": "nslog in release do nothing, debug_log =1 print in console, =2 write to file",
6   "homepage": "http://git.kanzhun.org/bosszhipin/kzlogger",
7   "license": "MIT",
8   "authors": {
9     "yangmaosheng": "yangmaosheng@techwolf.cn"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "http://git.kanzhun.org/bosszhipin/kzlogger.git",
16     "tag": "0.0.8"
17   },
18   "source_files": "KZLogger/Logger/*.{h,mm,cc}",
19   "exclude_files": "Classes/Exclude",
20   "public_header_files": "KZLogger/Logger/KZLogger.h",
21   "frameworks": [
22     "CoreTelephony",
23     "Foundation",
24     "SystemConfiguration"
25   ],
26   "libraries": "z",
27   "vendored_frameworks": "KZLogger/mars.framework"