From 3a3110502413f3de4bd17539f2069080bd89cfe8 Mon Sep 17 00:00:00 2001 From: THEO Technologies Date: Wed, 10 Apr 2024 18:18:42 +0200 Subject: [PATCH] [Add] THEOplayer-Integration-GoogleCast 7.1.0 --- .../THEOplayer-Integration-GoogleCast.podspec.json | 39 ++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 Specs/b/0/9/THEOplayer-Integration-GoogleCast/7.1.0/THEOplayer-Integration-GoogleCast.podspec.json diff --git a/Specs/b/0/9/THEOplayer-Integration-GoogleCast/7.1.0/THEOplayer-Integration-GoogleCast.podspec.json b/Specs/b/0/9/THEOplayer-Integration-GoogleCast/7.1.0/THEOplayer-Integration-GoogleCast.podspec.json new file mode 100644 index 000000000000..8e2a0b50712a --- /dev/null +++ b/Specs/b/0/9/THEOplayer-Integration-GoogleCast/7.1.0/THEOplayer-Integration-GoogleCast.podspec.json @@ -0,0 +1,39 @@ +{ + "name": "THEOplayer-Integration-GoogleCast", + "version": "7.1.0", + "swift_versions": "5.0", + "authors": "THEO Technologies", + "license": { + "type": "Commercial", + "text": "SEE LICENSE AT https://www.theoplayer.com/terms" + }, + "homepage": "https://github.com/THEOplayer/theoplayer-sdk-ios", + "source": { + "git": "https://github.com/THEOplayer/theoplayer-sdk-ios.git", + "tag": "7.1.0" + }, + "summary": "THEOplayer Cast integration.", + "description": "THEOplayer Cast integration for the iOS THEOplayerSDK.", + "platforms": { + "ios": "12.0" + }, + "pod_target_xcconfig": { + }, + "subspecs": [ + { + "name": "Base", + "vendored_frameworks": "THEOplayer-Integration-GoogleCast/THEOplayerGoogleCastIntegration.xcframework" + }, + { + "name": "Dependencies", + "ios": { + "dependencies": { + "google-cast-sdk-dynamic-xcframework": [ + "~>4.7.1" + ] + } + } + } + ], + "swift_version": "5.0" +} -- 2.11.4.GIT