[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 2 / 0 / a / YXTLogger / 1.0.19 / YXTLogger.podspec.json
blob5b5cfc289b72562dd8550f95b6d274fe7d44d47d
2   "name": "YXTLogger",
3   "version": "1.0.19",
4   "summary": "yxt logger plugin",
5   "description": "YXTLogger is a log plug-in that records at different levels and uploads at different levels. It relies on CocoaLumberjack to implement it internally.",
6   "homepage": "https://www.plaso.cn",
7   "license": {
8     "type": "Copyright",
9     "text": "    Copyright 2018 plaso.cn. All rights reserved.\n"
10   },
11   "authors": {
12     "luyi": "yi.lu@plaso.cn"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "http": "https://wwwr.plaso.cn/static/sdk/ios/YXTLogger/1.0.19/YXTLogger.zip"
19   },
20   "ios": {
21     "vendored_frameworks": "YXTLogger.xcframework"
22   },
23   "requires_arc": true,
24   "pod_target_xcconfig": {
25     "VALID_ARCHS": "x86_64 arm64"
26   },
27   "dependencies": {
28     "CocoaLumberjack": [
29       "~> 3.7.4"
30     ]
31   }