Skip to content

Instantly share code, notes, and snippets.

@mobilequickie
Last active October 16, 2018 00:42
Show Gist options
  • Save mobilequickie/0ad088a2731616462fcd6b556363120c to your computer and use it in GitHub Desktop.
Save mobilequickie/0ad088a2731616462fcd6b556363120c to your computer and use it in GitHub Desktop.
Podfile for basic auth via Cognito User Pools and Google Sign-In for the AWS Mobile SDK for iOS
# Uncomment the next line to define a global platform for your project
# platform :ios, '11.0'
target 'GoogleAuth' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for BasicandGoogleSignIn
pod 'AWSMobileClient'
pod 'AWSUserPoolsSignIn'
pod 'AWSAuthUI'
pod 'AWSGoogleSignIn'
pod 'GoogleSignIn'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment