From 5d64bdd038d3deed597bba82cecd8415b39d07bb Mon Sep 17 00:00:00 2001 From: Abdulhakim Ajetunmobi Date: Fri, 2 Oct 2020 12:52:48 +0100 Subject: [PATCH] Update OTAcceleratorCore.podspec (#62) Co-authored-by: marina serrano montes --- OTAcceleratorCore.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/OTAcceleratorCore.podspec b/OTAcceleratorCore.podspec index 1a6a268..9e61c5b 100644 --- a/OTAcceleratorCore.podspec +++ b/OTAcceleratorCore.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "OTAcceleratorCore" - s.version = "1.1.11" + s.version = "2.0.0" s.summary = "A painless way to integrate WebRTC audio/video(screen sharing) to any iOS applications via OpenTok." s.description = "The OpenTok Accelerator Core is required whenever you use any of the OpenTok accelerators. The OpenTok Accelerator Core is a common layer that permits all accelerators and samples to share the same OpenTok session. The accelerator packs and sample app access the OpenTok session through the Accelerator Core Pack layer, which allows them to share a single OpenTok session. @@ -10,9 +10,9 @@ On the Android and iOS mobile platforms, when you try to set a listener (Android s.homepage = "https://github.com/opentok/accelerator-core-ios" s.license = { :type => 'MIT', :file => 'LICENSE' } - s.author = { "Lucas Huang" => "lucas@tokbox.com" } + s.author = { "Vonage" => "devrel@vonage.com" } s.source = { :git => "https://github.com/opentok/accelerator-core-ios.git", :tag => s.version.to_s } - s.social_media_url = 'https://twitter.com/tokbox' + s.social_media_url = 'https://twitter.com/vonagedev' s.platform = :ios, '11.0' s.requires_arc = true