From 789cd5ca00e1fbfac73a4c82b031a82216c15e4f Mon Sep 17 00:00:00 2001 From: Plaso iOS Dev Team Date: Thu, 21 Nov 2024 08:45:52 +0100 Subject: [PATCH] [Add] PlasoLogger 1.0.2 --- .../e/4/PlasoLogger/1.0.2/PlasoLogger.podspec.json | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 Specs/d/e/4/PlasoLogger/1.0.2/PlasoLogger.podspec.json diff --git a/Specs/d/e/4/PlasoLogger/1.0.2/PlasoLogger.podspec.json b/Specs/d/e/4/PlasoLogger/1.0.2/PlasoLogger.podspec.json new file mode 100644 index 000000000000..f096737bf0c7 --- /dev/null +++ b/Specs/d/e/4/PlasoLogger/1.0.2/PlasoLogger.podspec.json @@ -0,0 +1,32 @@ +{ + "name": "PlasoLogger", + "version": "1.0.2", + "summary": "plaso logger plugin", + "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.", + "homepage": "https://www.plaso.cn", + "license": { + "type": "Copyright", + "text": " Copyright 2018 plaso.cn. All rights reserved.\n" + }, + "authors": { + "Plaso Dev Team": "dev.ios@plaso.me" + }, + "platforms": { + "ios": "9.0" + }, + "source": { + "http": "https://wwwr.plaso.cn/static/sdk/ios/PlasoLogger/1.0.2/PlasoLogger.zip" + }, + "ios": { + "vendored_frameworks": "PlasoLogger.xcframework" + }, + "requires_arc": true, + "pod_target_xcconfig": { + "VALID_ARCHS": "x86_64 armv7 arm64" + }, + "dependencies": { + "CocoaLumberjack/Swift": [ + "~> 3.7.4" + ] + } +} -- 2.11.4.GIT