adding pods method of package managing
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# Uncomment the next line to define a global platform for your project
|
||||
# platform :ios, '9.0'
|
||||
|
||||
target 'nirvana-ios' do
|
||||
# Comment the next line if you don't want to use dynamic frameworks
|
||||
use_frameworks!
|
||||
|
||||
# Pods for nirvana-ios
|
||||
pod 'FirebaseUI'
|
||||
pod 'FirebaseUI/Phone'
|
||||
pod 'FirebaseUI/Auth'
|
||||
pod 'FirebaseUI/Facebook'
|
||||
pod 'FirebaseUI/OAuth'
|
||||
pod 'FirebaseUI/Google'
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user