[Add] MirrorXML 4.0.3
[CocoaPods.git] / Specs / 5 / f / b / MXLoggerCore / 1.2.0 / MXLoggerCore.podspec.json
blob1355509c08f4dbccef9cb9a11a8108bb7c7241f3
2   "name": "MXLoggerCore",
3   "version": "1.2.0",
4   "summary": "MXLoggerCore 客户端夸平台日志收集",
5   "description": "MXLoggerCore 客户端夸平台日志收集",
6   "homepage": "https://github.com/coder-dongjiayi/MXLogger",
7   "license": {
8     "type": "BSD 3-Clause",
9     "file": "LICENSE.TXT"
10   },
11   "authors": {
12     "dongjiayi": "dongjiayi1@xdf.cn"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/coder-dongjiayi/MXLogger.git",
19     "tag": "v1.2.0"
20   },
21   "source_files": [
22     "Core",
23     "Core/*.{h,cpp,hpp}",
24     "Core/md5/*",
25     "Core/aes/*.{hpp,cpp}",
26     "Core/aes/openssl/*",
27     "Core/flatbuffers/*",
28     "Core/sink/*"
29   ],
30   "public_header_files": [
31     "Core/mxlogger.hpp",
32     "Core/mxlogger_util.hpp"
33   ],
34   "libraries": [
35     "z",
36     "c++"
37   ],
38   "frameworks": [
39     "CoreFoundation",
40     "UIKit"
41   ],
42   "pod_target_xcconfig": {
43     "VALID_ARCHS": "x86_64 armv7 arm64",
44     "CLANG_CXX_LANGUAGE_STANDARD": "gnu++17",
45     "CLANG_CXX_LIBRARY": "libc++",
46     "CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF": "NO"
47   }