[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / d / e / 4 / PlasoLogger / 1.0.0 / PlasoLogger.podspec.json
blob82d7c0026401cc2fc0520ffa85fafa54986a7486
2   "name": "PlasoLogger",
3   "version": "1.0.0",
4   "summary": "plaso logger plugin",
5   "description": "PlasoLogger 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     "Plaso Dev Team": "dev.ios@plaso.me"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "http": "https://wwwr.plaso.cn/static/sdk/ios/PlasoLogger/1.0.0/PlasoLogger.zip"
19   },
20   "ios": {
21     "vendored_frameworks": "PlasoLogger.xcframework"
22   },
23   "requires_arc": true,
24   "pod_target_xcconfig": {
25     "VALID_ARCHS": "x86_64 armv7 arm64"
26   },
27   "dependencies": {
28     "CocoaLumberjack/Swift": [
29       "~> 3.7.4"
30     ]
31   }