Created
October 11, 2018 16:26
-
-
Save mobilequickie/7647c7959897cb39d41cb1c26c494809 to your computer and use it in GitHub Desktop.
Podfile for basic auth via Cognito User Pools and Facebook Login for the AWS Mobile SDK for iOS
This file contains hidden or 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 | |
# platform :ios, '11.0' | |
target '<YOURPOJECTNAMEHERE>' do | |
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks | |
use_frameworks! | |
# Pods for BasicandFBAuth | |
pod 'AWSMobileClient' | |
pod 'AWSFacebookSignIn' | |
pod 'AWSUserPoolsSignIn' | |
pod 'AWSAuthUI' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment