Created
March 12, 2018 23:16
-
-
Save bilby91/c25bfc6fb9b2e024e23dc750733fb454 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Uncomment the next line to define a global platform for your project | |
source 'https://github.com/CocoaPods/Specs.git' | |
platform :ios, '9.0' | |
target 'Example' do | |
pod 'Yoga', path: '../node_modules/react-native/ReactCommon/yoga/Yoga.podspec' | |
pod 'React', path: '../node_modules/react-native' | |
pod 'react-native-twilio-video-webrtc', path: '../../' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment