[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / f / 0 / 2 / MXLogger / 0.1.1 / MXLogger.podspec.json
blob696872d3b94a95a4060c2691807a268ecf4c91af
2   "name": "MXLogger",
3   "version": "0.1.1",
4   "summary": "MXLogger 客户端夸平台日志收集",
5   "description": "MXLogger 客户端夸平台日志收集",
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": "v0.1.1"
20   },
21   "source_files": [
22     "iOS/MXLogger/MXLogger",
23     "iOS/MXLogger/MXLogger/*.{h,mm}"
24   ],
25   "public_header_files": "iOS/MXLogger/MXLogger/MXLogger.h",
26   "frameworks": "CoreFoundation",
27   "dependencies": {
28     "MXLoggerCore": [
29       "0.1.1"
30     ]
31   },
32   "libraries": [
33     "z",
34     "c++"
35   ],
36   "pod_target_xcconfig": {
37     "VALID_ARCHS": "x86_64 armv7 arm64",
38     "CLANG_CXX_LANGUAGE_STANDARD": "gnu++17",
39     "CLANG_CXX_LIBRARY": "libc++",
40     "CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF": "NO"
41   }