[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / c / b / f / PXxlogger / 0.1.0 / PXxlogger.podspec.json
blobea14ad7e816c1bc8afa40cdba3e4cef080d7823d
2   "name": "PXxlogger",
3   "version": "0.1.0",
4   "summary": "ios 高性能 logger 仓库",
5   "description": "xlogger 仓库,基于腾讯的 mars 的 xlog 模块",
6   "homepage": "https://github.com/pianxian/PXxlogger",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "pianxian": "935932000@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/pianxian/PXxlogger.git",
16     "tag": "0.1.0"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "Classes/**/*",
23   "libraries": "z",
24   "pod_target_xcconfig": {
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
26     "ENABLE_BITCODE": "NO",
27     "DEFINES_MODULE": "YES"
28   },
29   "user_target_xcconfig": {
30     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
31     "ENABLE_BITCODE": "NO",
32     "DEFINES_MODULE": "YES"
33   },
34   "ios": {
35     "vendored_frameworks": "Vendor/mars.framework"
36   }