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

Commit

Permalink
Updated podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanTysiachnik committed Dec 18, 2018
1 parent 9b28d55 commit a0655d1
Showing 1 changed file with 4 additions and 6 deletions.
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

0 comments on commit a0655d1

Please sign in to comment.