webrtc_m130/webrtc/build/ios/SDK/WebRTC.podspec
Jon Hjelle 3a2f7e01ef Build dynamic framework with podspec for Objective-C API.
BUG=
R=tkchin@webrtc.org

Review URL: https://codereview.webrtc.org/1829783003 .

Patch from Jon Hjelle <hjon@webrtc.org>.

Cr-Commit-Position: refs/heads/master@{#12128}
2016-03-25 21:49:18 +00:00

19 lines
593 B
Ruby

Pod::Spec.new do |s|
s.name = "WebRTC"
s.version = "0.0.1"
s.summary = "WebRTC SDK for iOS"
s.description = <<-DESC
WebRTC is a free, open project that provides browsers and mobile
applications with Real-Time Communications (RTC) capabilities via simple
APIs.
DESC
s.homepage = "http://webrtc.org/"
s.license = { :type => "BSD", :file => "LICENSE" }
s.author = "Google Inc."
s.platform = :ios, "8.0"
s.public_header_files = "WebRTC.framework/Headers/**/*.h"
s.vendored_frameworks = "WebRTC.framework"
end