Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(395)

Side by Side Diff: webrtc/sdk/objc/WebRTC.podspec

Issue 1903663002: Build dynamic iOS SDK. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fix test gyp Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 Pod::Spec.new do |s| 1 Pod::Spec.new do |s|
2 s.name = "WebRTC" 2 s.name = "WebRTC"
3 s.version = "0.0.1" 3 s.version = "${FRAMEWORK_VERSION_NUMBER}"
4 s.summary = "WebRTC SDK for iOS" 4 s.summary = "WebRTC SDK for iOS"
5 s.description = <<-DESC 5 s.description = <<-DESC
6 WebRTC is a free, open project that provides browsers and mobile 6 WebRTC is a free, open project that provides browsers and mobile
7 applications with Real-Time Communications (RTC) capabilities via simple 7 applications with Real-Time Communications (RTC) capabilities via simple
8 APIs. 8 APIs.
9 DESC 9 DESC
10 s.homepage = "http://webrtc.org/" 10 s.homepage = "http://webrtc.org/"
11 s.license = { :type => "BSD", :file => "LICENSE" } 11 s.license = { :type => "BSD", :file => "LICENSE" }
12 s.author = "Google Inc." 12 s.author = "Google Inc."
13 13
14 s.platform = :ios, "8.0" 14 s.platform = :ios, "8.0"
15 15
16 s.public_header_files = "WebRTC.framework/Headers/**/*.h" 16 s.public_header_files = "WebRTC.framework/Headers/**/*.h"
17 s.vendored_frameworks = "WebRTC.framework" 17 s.vendored_frameworks = "WebRTC.framework"
18 end 18 end
OLDNEW
« no previous file with comments | « webrtc/sdk/objc/Framework/UnitTests/RTCSessionDescriptionTest.mm ('k') | webrtc/sdk/objc/WebRTC-Prefix.pch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698