From a5bedd7346ac7130fffb064662f2d2c2e61b8d26 Mon Sep 17 00:00:00 2001 From: Amplitude SDK Date: Tue, 22 Oct 2024 23:30:53 +0200 Subject: [PATCH] [Add] AmplitudeSessionReplay 0.0.10 --- .../0.0.10/AmplitudeSessionReplay.podspec.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Specs/1/3/e/AmplitudeSessionReplay/0.0.10/AmplitudeSessionReplay.podspec.json diff --git a/Specs/1/3/e/AmplitudeSessionReplay/0.0.10/AmplitudeSessionReplay.podspec.json b/Specs/1/3/e/AmplitudeSessionReplay/0.0.10/AmplitudeSessionReplay.podspec.json new file mode 100644 index 000000000000..c0cebb897064 --- /dev/null +++ b/Specs/1/3/e/AmplitudeSessionReplay/0.0.10/AmplitudeSessionReplay.podspec.json @@ -0,0 +1,22 @@ +{ + "name": "AmplitudeSessionReplay", + "version": "0.0.10", + "summary": "Amplitude Session Replay SDK", + "homepage": "https://amplitude.com", + "license": { + "type": "MIT" + }, + "authors": { + "Amplitude": "dev@amplitude.com" + }, + "source": { + "git": "https://github.com/amplitude/AmplitudeSessionReplay-iOS.git", + "tag": "v0.0.10" + }, + "swift_versions": "5.7", + "platforms": { + "ios": "13.0" + }, + "vendored_frameworks": "Frameworks/AmplitudeSessionReplay.xcframework", + "swift_version": "5.7" +} -- 2.11.4.GIT