pristineio / webrtc-build-scripts

A set of build scripts useful for building WebRTC libraries for Android and iOS.
BSD 3-Clause "New" or "Revised" License
1.12k stars 448 forks source link

Minor fix to use the project as a local development pod #72

Closed anagromataf closed 9 years ago

anagromataf commented 9 years ago

This fix allows the project to be used as a development pod.

After building the project, it can be used in the Podfile like this:

pod 'libjingle_peerconnection', :path => '../webrtc-build-scripts/ios/webrtc/libjingle_peerconnection_builds/LATEST/libjingle_peerconnection.podspec'
thebehera commented 9 years ago

thanks a bunch!