Skip to content

Instantly share code, notes, and snippets.

@barrault01
Created December 20, 2018 11:13
Show Gist options
  • Save barrault01/72062e5735e188935841d654ed6c0873 to your computer and use it in GitHub Desktop.
Save barrault01/72062e5735e188935841d654ed6c0873 to your computer and use it in GitHub Desktop.
LoginDemo Podfile
source 'https://github.com/react-native-helpers/Specs.git'
source 'https://github.com/CocoaPods/Specs.git'
target 'LoginDemo' do
use_frameworks!
pod 'Login', path: '../'
# Pods for ValkyrieDemo
target 'LoginDemoTests' do
inherit! :search_paths
# Pods for testing
end
target 'LoginDemoUITests' do
inherit! :search_paths
# Pods for testing
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment