Skip to content

Instantly share code, notes, and snippets.

@mobilequickie
Created October 11, 2018 16:26
Show Gist options
  • Save mobilequickie/7647c7959897cb39d41cb1c26c494809 to your computer and use it in GitHub Desktop.
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
# 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