blob: 730afcfa185b8d6983a86d163e8f20c11b3636a1 [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
7pod "WebRTC", :path => "../../../../../out_ios_framework"
8end
9