blob: 37ab166b0c501a16dfa6d91a9c51eafb208f6877 [file] [log] [blame]
Jon Hjelle3a2f7e02016-03-25 21:48:141Pod::Spec.new do |s|
2 s.name = "WebRTC"
tkchin9eeb6242016-04-27 08:54:203 s.version = "${FRAMEWORK_VERSION_NUMBER}"
Jon Hjelle3a2f7e02016-03-25 21:48:144 s.summary = "WebRTC SDK for iOS"
5 s.description = <<-DESC
6 WebRTC is a free, open project that provides browsers and mobile
7 applications with Real-Time Communications (RTC) capabilities via simple
8 APIs.
9 DESC
10 s.homepage = "http://webrtc.org/"
11 s.license = { :type => "BSD", :file => "LICENSE" }
12 s.author = "Google Inc."
13
14 s.platform = :ios, "8.0"
15
16 s.public_header_files = "WebRTC.framework/Headers/**/*.h"
17 s.vendored_frameworks = "WebRTC.framework"
18end