webrtc/tools-webrtc/ios/SDK/PodTest/Podfile
Mirko Bonadei ad524d66d3 Moving build/ios to tools-webrtc/ios
BUG=webrtc:7030
NOTRY=True
R=kjellander@webrtc.org

Review-Url: https://codereview.webrtc.org/2651973002 .
Cr-Commit-Position: refs/heads/master@{#16295}
2017-01-26 13:20:05 +00:00

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