[Add] TPNBaiduSDKAdapter 6.4.35
[CocoaPods.git] / Specs / a / f / b / DKLog / 0.0.1 / DKLog.podspec.json
blob65847fbc92c4addaea005107f381e9e83dcc78c1
2   "name": "DKLog",
3   "version": "0.0.1",
4   "summary": "基于mars/xlog的高性能日志组件, 支持 Cocoapods 集成.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/xiezhongmin/DKLog",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "xiezhongmin": "364101515@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/xiezhongmin/DKLog.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "DKLog/Classes/**/*",
22   "public_header_files": "DKLog/Classes/*.{h}",
23   "vendored_frameworks": "DKLog/Frameworks/mars.framework",
24   "preserve_paths": "DKLog/Modulemap/DKLog.modulemap",
25   "module_map": "DKLog/Modulemap/DKLog.modulemap",
26   "pod_target_xcconfig": {
27     "DEFINES_MODULE": "YES"
28   },
29   "libraries": [
30     "resolv.9",
31     "z"
32   ],
33   "frameworks": [
34     "SystemConfiguration",
35     "CoreTelephony"
36   ],
37   "xcconfig": {
38     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
39   }