[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 3 / 1 / 0 / DXMarsXlog / 1.0.0 / DXMarsXlog.podspec.json
bloba6fd90b0d7a3acc740827668ea909389f085823e
2   "name": "DXMarsXlog",
3   "version": "1.0.0",
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.0"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "libraries": [
22     "resolv.9",
23     "z",
24     "c++"
25   ],
26   "frameworks": [
27     "SystemConfiguration",
28     "CoreTelephony"
29   ],
30   "source_files": "DXMarsXlog/*.{h,m,mm}",
31   "public_header_files": "DXMarsXlog/*.h",
32   "vendored_frameworks": "DXMarsXlog/mars.framework",
33   "pod_target_xcconfig": {
34     "VALID_ARCHS[sdk=iphoneos*]": "arm64",
35     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 x86_64 i386",
36     "ONLY_ACTIVE_ARCH": "YES",
37     "OTHER_LDFLAGS": "-lresolv.9 -lz"
38   },
39   "user_target_xcconfig": {
40     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 x86_64 i386"
41   }