Fix podspec iOS version.
Bug: webrtc:9024 Change-Id: Ia5bf6c181a4f1b356ca156f9e8c8cadea8083b73 Reviewed-on: https://webrtc-review.googlesource.com/62340 Reviewed-by: Oleh Prypin <oprypin@webrtc.org> Commit-Queue: Kári Helgason <kthelgason@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22466}
This commit is contained in:
committed by
Commit Bot
parent
7696bef463
commit
815f3b6b71
@ -11,7 +11,7 @@ Pod::Spec.new do |s|
|
||||
s.license = { :type => "BSD", :file => "LICENSE" }
|
||||
s.author = "Google Inc."
|
||||
|
||||
s.platform = :ios, "8.0"
|
||||
s.platform = :ios, "9.0"
|
||||
|
||||
s.public_header_files = "WebRTC.framework/Headers/**/*.h"
|
||||
s.vendored_frameworks = "WebRTC.framework"
|
||||
|
||||
Reference in New Issue
Block a user