diff --git a/OathVideoPartnerSDK.podspec b/OathVideoPartnerSDK.podspec index 7316184..37a7ea4 100644 --- a/OathVideoPartnerSDK.podspec +++ b/OathVideoPartnerSDK.podspec @@ -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' @@ -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'