Skip to content

Commit

Permalink
[Update] OpenTokSDK-WebRTC (2.1.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
bonebox committed Jul 16, 2013
1 parent b383155 commit 10a7437
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions OpenTokSDK-WebRTC/2.1.3/OpenTokSDK-WebRTC.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
Pod::Spec.new do |s|
s.name = 'OpenTokSDK-WebRTC'
s.version = '2.1.3'
s.author = 'TokBox'
s.summary = 'The OpenTok iOS SDK lets you use OpenTok video sessions in apps you build for iPad, iPhone, and iPod touch devices.'
s.homepage = 'https://github.com/opentok/opentok-ios-sdk-webrtc/'
s.license = { :type => 'Apache', :file => 'LICENSE.txt' }

s.source = { :git => 'https://github.com/opentok/opentok-ios-sdk-webrtc.git',
:tag => "v#{s.version}" }

s.platform = :ios, '5.0'

s.source_files = 'Opentok.framework/Versions/A/Headers/*.h'
s.resources = 'Opentok.framework/Versions/A/Resources/opentok.bundle'

s.frameworks = 'Opentok', 'UIKit',
'CoreMedia', 'CoreVideo', 'CoreAudio', 'CoreTelephony',
'CFNetwork', 'AVFoundation', 'SystemConfiguration', 'Security',
'QuartzCore', 'AudioToolbox', 'OpenGLES', 'MobileCoreServices'

s.libraries = 'stdc++', 'z'

s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(PODS_ROOT)/OpenTokSDK-WebRTC/"' }

s.preserve_paths = 'Opentok.framework'

end

0 comments on commit 10a7437

Please sign in to comment.