OLD | NEW |
---|---|
(Empty) | |
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 | |
7 pod "WebRTC", :path => "../../../../../out_ios_libs" | |
8 end | |
9 | |
OLD | NEW |