From 8f3e84ab3232d008045c581827f0218b3f95dd4c Mon Sep 17 00:00:00 2001 From: THEO Technologies Date: Thu, 21 Nov 2024 12:04:41 +0100 Subject: [PATCH] [Add] THEOplayer-Connector-Conviva 8.5.0 --- .../THEOplayer-Connector-Conviva.podspec.json | 43 ++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 Specs/b/3/5/THEOplayer-Connector-Conviva/8.5.0/THEOplayer-Connector-Conviva.podspec.json diff --git a/Specs/b/3/5/THEOplayer-Connector-Conviva/8.5.0/THEOplayer-Connector-Conviva.podspec.json b/Specs/b/3/5/THEOplayer-Connector-Conviva/8.5.0/THEOplayer-Connector-Conviva.podspec.json new file mode 100644 index 000000000000..ef38ed534c66 --- /dev/null +++ b/Specs/b/3/5/THEOplayer-Connector-Conviva/8.5.0/THEOplayer-Connector-Conviva.podspec.json @@ -0,0 +1,43 @@ +{ + "name": "THEOplayer-Connector-Conviva", + "module_name": "THEOplayerConnectorConviva", + "version": "8.5.0", + "summary": "Integration between the THEOplayerSDK and ConvivaSDK", + "description": "This pod gives you access to classes that let you report playback events from a THEOplayer instance to Conviva", + "homepage": "https://github.com/THEOplayer/iOS-Connector", + "license": { + "type": "MIT", + "file": "LICENSE" + }, + "authors": "THEO technologies", + "source": { + "git": "https://github.com/THEOplayer/iOS-Connector.git", + "tag": "8.5.0" + }, + "platforms": { + "ios": "13.0", + "tvos": "13.0" + }, + "source_files": "Code/Conviva/Source/**/*", + "static_framework": true, + "swift_versions": [ + "5.3", + "5.4", + "5.5", + "5.6", + "5.7" + ], + "dependencies": { + "ConvivaSDK": [ + "~> 4.0.30" + ], + "THEOplayerSDK-core": [ + "~> 8" + ], + "THEOplayer-Connector-Utilities": [ + "~> 8.5", + ">= 8.5.0" + ] + }, + "swift_version": "5.7" +} -- 2.11.4.GIT