From 4fea6a6a81d5da9ed8c99ba751397b0bcaf45b6c Mon Sep 17 00:00:00 2001 From: sandersaelmans Date: Mon, 29 Apr 2024 11:26:43 +0200 Subject: [PATCH] [Add] BrazeLocationFix 8.1.0 --- .../8.1.0/BrazeLocationFix.podspec.json | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 Specs/7/d/e/BrazeLocationFix/8.1.0/BrazeLocationFix.podspec.json diff --git a/Specs/7/d/e/BrazeLocationFix/8.1.0/BrazeLocationFix.podspec.json b/Specs/7/d/e/BrazeLocationFix/8.1.0/BrazeLocationFix.podspec.json new file mode 100644 index 000000000000..a5cc73001c13 --- /dev/null +++ b/Specs/7/d/e/BrazeLocationFix/8.1.0/BrazeLocationFix.podspec.json @@ -0,0 +1,34 @@ +{ + "name": "BrazeLocationFix", + "version": "8.1.0", + "summary": "Braze location library providing support for location analytics and geofence monitoring.", + "homepage": "https://braze.com", + "documentation_url": "https://braze-inc.github.io/braze-swift-sdk/documentation/brazelocation/", + "license": { + "type": "Commercial" + }, + "authors": "Braze, Inc.", + "source": { + "http": "https://github.com/braze-inc/braze-swift-sdk/releases/download/8.1.0/BrazeLocation.zip", + "sha256": "63b18e6ff1c579b0d8687181c6b6b82f2861cd4824a7f1d7df8e632a1e0fbb42" + }, + "swift_versions": "5.0", + "platforms": { + "ios": "12.0" + }, + "vendored_frameworks": "BrazeLocation.xcframework", + "resource_bundles": { + "BrazeLocation": [ + "Sources/BrazeLocationResources/Resources/**/*" + ] + }, + "dependencies": { + "BrazeKitFix": [ + "8.1.0" + ] + }, + "pod_target_xcconfig": { + "DEFINES_MODULE": "YES" + }, + "swift_version": "5.0" +} -- 2.11.4.GIT