Jon Hjelle | 3a2f7e0 | 2016-03-25 14:48:14 -0700 | [diff] [blame] | 1 | # 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 | |||||
6 | target 'PodTest' do | ||||
tkchin | 9eeb624 | 2016-04-27 01:54:20 -0700 | [diff] [blame^] | 7 | pod "WebRTC", :path => "../../../../../out_ios_libs" |
Jon Hjelle | 3a2f7e0 | 2016-03-25 14:48:14 -0700 | [diff] [blame] | 8 | end |
9 |