[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / 0 / 3 / 2 / KZLogger / 0.3.4 / KZLogger.podspec.json
blobacc4d4ef75978296b64515f7091f5dc83514e7b9
2   "name": "KZLogger",
3   "version": "0.3.4",
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": "https://git.kanzhun-inc.com/bosszhipin/kzlogger",
7   "license": "MIT",
8   "authors": {
9     "yangmaosheng": "yangmaosheng@techwolf.cn"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "git@git.kanzhun-inc.com:bosszhipin/kzlogger.git",
16     "tag": "0.3.4"
17   },
18   "source_files": "KZLogger/Logger/*.{h,mm,cc}",
19   "exclude_files": "Classes/Exclude",
20   "public_header_files": "KZLogger/Logger/KZLogger.h",
21   "pod_target_xcconfig": {
22     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "armv7 i386 arm64"
23   },
24   "frameworks": [
25     "CoreTelephony",
26     "Foundation",
27     "SystemConfiguration"
28   ],
29   "libraries": "z",
30   "vendored_frameworks": "KZLogger/mars.framework"