[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 0 / a / YXTLogger / 1.0.3 / YXTLogger.podspec.json
blob0e643305d42b56ab570c1474098cc304373abb46
2   "name": "YXTLogger",
3   "version": "1.0.3",
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": "10.0"
16   },
17   "source": {
18     "git": "git@gitlab.plaso.cn:yxt-ios-group/yxtlogger.git",
19     "tag": "1.0.3"
20   },
21   "ios": {
22     "vendored_frameworks": "Framework/YXTLogger.framework"
23   },
24   "requires_arc": true,
25   "pod_target_xcconfig": {
26     "VALID_ARCHS": "x86_64 armv7 arm64"
27   },
28   "dependencies": {
29     "CocoaLumberjack": [
30       "~> 3.5.3"
31     ]
32   }