mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-14 14:20:45 +01:00

BUG=webrtc:7030 NOTRY=True R=kjellander@webrtc.org Review-Url: https://codereview.webrtc.org/2651973002 . Cr-Commit-Position: refs/heads/master@{#16295}
9 lines
231 B
Ruby
9 lines
231 B
Ruby
# Uncomment this line to define a global platform for your project
|
|
# platform :ios, '8.0'
|
|
# Uncomment this line if you're using Swift
|
|
# use_frameworks!
|
|
|
|
target 'PodTest' do
|
|
pod "WebRTC", :path => "../../../../../out_ios_libs"
|
|
end
|
|
|