blob: fec22d917fa35cc9070d3155d777ecf60e172b68 [file] [log] [blame]
Jon Hjelle3a2f7e02016-03-25 14:48:14 -07001# Uncomment this line to define a global platform for your project
2# platform :ios, '8.0'
3# Uncomment this line if you're using Swift
4# use_frameworks!
5
6target 'PodTest' do
tkchin9eeb6242016-04-27 01:54:20 -07007pod "WebRTC", :path => "../../../../../out_ios_libs"
Jon Hjelle3a2f7e02016-03-25 14:48:14 -07008end
9