Skip to content

Commit

Permalink
Fix podspec iOS version.
Browse files Browse the repository at this point in the history
Bug: webrtc:9024
Change-Id: Ia5bf6c181a4f1b356ca156f9e8c8cadea8083b73
Reviewed-on: https://webrtc-review.googlesource.com/62340
Reviewed-by: Oleh Prypin <[email protected]>
Commit-Queue: Kári Helgason <[email protected]>
Cr-Commit-Position: refs/heads/master@{#22466}
  • Loading branch information
kthelgason authored and Commit Bot committed Mar 16, 2018
1 parent 7696bef commit 815f3b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/objc/WebRTC.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 815f3b6

Please sign in to comment.