From 6b54bd1420b98dd0add5875af9a01c5bcbee898d Mon Sep 17 00:00:00 2001 From: Google Date: Tue, 30 Apr 2024 18:25:16 +0200 Subject: [PATCH] [Add] FirebaseAnalytics 10.25.0 --- .../10.25.0/FirebaseAnalytics.podspec.json | 74 ++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 Specs/e/2/1/FirebaseAnalytics/10.25.0/FirebaseAnalytics.podspec.json diff --git a/Specs/e/2/1/FirebaseAnalytics/10.25.0/FirebaseAnalytics.podspec.json b/Specs/e/2/1/FirebaseAnalytics/10.25.0/FirebaseAnalytics.podspec.json new file mode 100644 index 000000000000..26ee6bc1cda0 --- /dev/null +++ b/Specs/e/2/1/FirebaseAnalytics/10.25.0/FirebaseAnalytics.podspec.json @@ -0,0 +1,74 @@ +{ + "name": "FirebaseAnalytics", + "version": "10.25.0", + "summary": "Firebase Analytics for iOS", + "description": "Firebase Analytics is a free, out-of-the-box analytics solution that\ninspires actionable insights based on app usage and user engagement.", + "homepage": "https://firebase.google.com/features/analytics/", + "license": { + "type": "Copyright", + "text": "Copyright 2022 Google" + }, + "authors": "Google, Inc.", + "source": { + "http": "https://dl.google.com/firebase/ios/analytics/4b9dbef45221ba96/FirebaseAnalytics-10.25.0.tar.gz" + }, + "cocoapods_version": ">= 1.12.0", + "swift_versions": "5.3", + "platforms": { + "ios": "10.0", + "osx": "10.13", + "tvos": "12.0" + }, + "libraries": [ + "c++", + "sqlite3", + "z" + ], + "frameworks": "StoreKit", + "dependencies": { + "FirebaseCore": [ + "~> 10.0" + ], + "FirebaseInstallations": [ + "~> 10.0" + ], + "GoogleUtilities/AppDelegateSwizzler": [ + "~> 7.11" + ], + "GoogleUtilities/MethodSwizzler": [ + "~> 7.11" + ], + "GoogleUtilities/NSData+zlib": [ + "~> 7.11" + ], + "GoogleUtilities/Network": [ + "~> 7.11" + ], + "nanopb": [ + ">= 2.30908.0", + "< 2.30911.0" + ] + }, + "default_subspecs": "AdIdSupport", + "subspecs": [ + { + "name": "AdIdSupport", + "dependencies": { + "GoogleAppMeasurement": [ + "10.25.0" + ] + }, + "vendored_frameworks": "Frameworks/FirebaseAnalytics.xcframework" + }, + { + "name": "WithoutAdIdSupport", + "dependencies": { + "GoogleAppMeasurement/WithoutAdIdSupport": [ + "10.25.0" + ] + }, + "vendored_frameworks": "Frameworks/FirebaseAnalytics.xcframework" + } + ], + "swift_version": "5.3" +} -- 2.11.4.GIT