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