[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / 0 / 3 / 2 / KZLogger / 0.1.3 / KZLogger.podspec.json
blobbb6886df72bedcd7e8d533f1dd036cc1d044cc9e
2   "name": "KZLogger",
3   "version": "0.1.3",
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-inc.com/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-inc.com/bosszhipin/kzlogger.git",
16     "tag": "0.1.3"
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": [
27     "z",
28     "stdc++"
29   ],
30   "vendored_frameworks": "KZLogger/mars.framework"