mirror of
https://bitbucket.org/vendoo/vendoo_v1.0.git
synced 2025-12-25 19:57:41 +00:00
18 lines
303 B
Ruby
18 lines
303 B
Ruby
# AuthenticationExample
|
|
|
|
use_frameworks!
|
|
platform :ios, '7.0'
|
|
# [START auth_pod]
|
|
pod 'Firebase/Auth'
|
|
# [END auth_pod]
|
|
|
|
# These are pods used for the auth providers.
|
|
pod 'FBSDKLoginKit'
|
|
pod 'GoogleSignIn'
|
|
pod 'TwitterKit'
|
|
|
|
target 'AuthenticationExample' do
|
|
end
|
|
target 'AuthenticationExampleSwift' do
|
|
end
|