BUG= R=tkchin@webrtc.org Review URL: https://codereview.webrtc.org/1829783003 . Patch from Jon Hjelle <hjon@webrtc.org>. Cr-Commit-Position: refs/heads/master@{#12128}
10 lines
236 B
Ruby
10 lines
236 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_framework"
|
|
end
|
|
|