| Index: webrtc/build/ios/webrtc/PodTest/Podfile
|
| diff --git a/webrtc/build/ios/webrtc/PodTest/Podfile b/webrtc/build/ios/webrtc/PodTest/Podfile
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..730afcfa185b8d6983a86d163e8f20c11b3636a1
|
| --- /dev/null
|
| +++ b/webrtc/build/ios/webrtc/PodTest/Podfile
|
| @@ -0,0 +1,9 @@
|
| +# 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_framework"
|
| +end
|
| +
|
|
|