Skip to content

Commit

Permalink
Update OTAcceleratorCore.podspec (#62)
Browse files Browse the repository at this point in the history
Co-authored-by: marina serrano montes <[email protected]>
  • Loading branch information
abdulajet and marinaserranomontes authored Oct 2, 2020
1 parent 3862a7a commit 5d64bdd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions OTAcceleratorCore.podspec
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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
Expand Down

0 comments on commit 5d64bdd

Please sign in to comment.