[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 3 / 1 / 0 / DXMarsXlog / 1.0.2 / DXMarsXlog.podspec.json
blob78e0a75e10a39e425c50629fc9f6c08c67380b98
2   "name": "DXMarsXlog",
3   "version": "1.0.2",
4   "summary": "Tencent's mars-xlog.",
5   "description": "A wrapper for Tencent's mars-xlog.",
6   "homepage": "https://github.com/qiaoyoung/DXMarsXlog",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Joe": "393098486@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/qiaoyoung/DXMarsXlog.git",
16     "tag": "1.0.2"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "source_files": "DXMarsXlog/*.{h,m,mm}",
22   "public_header_files": "DXMarsXlog/*.h",
23   "vendored_frameworks": "DXMarsXlog/mars.framework",
24   "resource_bundles": {
25     "DXMarsXlog": [
26       "DXMarsXlog/Sources/*.xcprivacy"
27     ]
28   },
29   "frameworks": [
30     "SystemConfiguration",
31     "CoreTelephony"
32   ],
33   "libraries": [
34     "resolv.9",
35     "z",
36     "c++"
37   ],
38   "pod_target_xcconfig": {
39     "VALID_ARCHS[sdk=iphoneos*]": "arm64",
40     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 x86_64 i386",
41     "ONLY_ACTIVE_ARCH": "YES",
42     "OTHER_LDFLAGS": "-lresolv.9 -lz"
43   },
44   "user_target_xcconfig": {
45     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 x86_64 i386"
46   }