[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 0 / 3 / 2 / KZLogger / 0.0.2 / KZLogger.podspec.json
blob0fb1e5bcc5b605216a7ef6ecd6a4de0f7dc89ea5
2   "name": "KZLogger",
3   "version": "0.0.2",
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.2"
17   },
18   "source_files": "KZLogger/Logger/*.{h,m}",
19   "exclude_files": "Classes/Exclude",
20   "public_header_files": "KZLogger/Logger/*.h",
21   "frameworks": [
22     "UIKit",
23     "Foundation"
24   ]