From 0f2ea8a49e6545afc765c41d85529794f0f679d7 Mon Sep 17 00:00:00 2001 From: Kaltura Open Source Date: Mon, 20 Sep 2021 19:04:17 +0200 Subject: [PATCH] [Add] KalturaOttClient 6.8.0.29300 --- .../6.8.0.29300/KalturaOttClient.podspec.json | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 Specs/a/2/d/KalturaOttClient/6.8.0.29300/KalturaOttClient.podspec.json diff --git a/Specs/a/2/d/KalturaOttClient/6.8.0.29300/KalturaOttClient.podspec.json b/Specs/a/2/d/KalturaOttClient/6.8.0.29300/KalturaOttClient.podspec.json new file mode 100644 index 000000000000..71a8f2bd652e --- /dev/null +++ b/Specs/a/2/d/KalturaOttClient/6.8.0.29300/KalturaOttClient.podspec.json @@ -0,0 +1,36 @@ +{ + "name": "KalturaOttClient", + "version": "6.8.0.29300", + "summary": "Kaltura OTT Client Library for Swift/iOS", + "homepage": "https://github.com/kaltura/KalturaOttGeneratedAPIClientsSwift", + "license": { + "type": "AGPLv3", + "text": "AGPLv3" + }, + "authors": { + "Kaltura": "community@kaltura.com" + }, + "source": { + "git": "https://github.com/kaltura/KalturaOttGeneratedAPIClientsSwift.git", + "tag": "6.8.0.29300" + }, + "platforms": { + "ios": "8.0", + "tvos": "10.0" + }, + "source_files": "KalturaClient/Classes/**/*", + "swift_versions": "5.0", + "default_subspecs": "Core", + "subspecs": [ + { + "name": "Core", + "source_files": "KalturaClient/Classes/**/*", + "dependencies": { + "Log": [ + "2.0" + ] + } + } + ], + "swift_version": "5.0" +} -- 2.11.4.GIT