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