Skip to content
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.

Updated OVP SDK podspec file #9

Merged
merged 1 commit into from
Dec 19, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions OathVideoPartnerSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,19 @@ Pod::Spec.new do |s|
s.swift_version = '4.2'

s.description = <<-DESC
SDK provides possibility to play videos, control playback, gather metrics, play ads.
Checkout https://github.com/OathAdPlatforms/OathVideoPartnerSDK-iOS/OathVideoPartnerSDK-Tutorials for up-to-date examples.
A native iOS SDK that makes it easy to play and monetize videos from the Oath Video Partner network on iOS-based platforms.
You can find all details and tutorials in our repository https://github.com/OathAdPlatforms/OathVideoPartnerSDK-iOS/.
DESC

s.homepage = 'https://github.com/OathAdPlatforms/OathVideoPartnerSDK-iOS'

s.authors = {
'Andrey Moskvin' => 'andrey.moskvin@oath.com',
'Alexey Demedetskiy' => 'alexey.demedetskiy@oath.com',
'Bogdan Bilonog' => 'bogdan.bilonog@oath.com',
'Roman Tysiachnik' => 'roman.tysiachnik@oath.com',
'Vladyslav Anokhin' => 'vladyslav.anokhin@oath.com'
}

s.source = { git: 'git@github.com:OathAdPlatforms/OathVideoPartnerSDK-iOS',
s.source = { git: 'https://github.com:OathAdPlatforms/OathVideoPartnerSDK-iOS',
tag: s.version.to_s }
s.resources = 'support/OathVideoPartnerSDK-Version.plist'
s.source_files = 'sources/**/*.swift'
Expand All @@ -30,7 +28,7 @@ DESC
s.tvos.exclude_files = 'sources/custom controls', 'sources/vpaid', 'sources/metrics/open measurement'

s.dependency 'VideoRenderer', '1.24'
s.dependency 'PlayerCore', '1.0.1'
s.dependency 'PlayerCore', '1.0'
s.ios.dependency 'PlayerControls', '1.26'
s.ios.dependency 'OMSDK-Oath2', '1.0.0'

Expand Down