Skip to content

Instantly share code, notes, and snippets.

@mobilequickie
Last active April 26, 2019 06:14
Show Gist options
  • Save mobilequickie/71e79f7b3a4c20c31c6d1af052958623 to your computer and use it in GitHub Desktop.
Save mobilequickie/71e79f7b3a4c20c31c6d1af052958623 to your computer and use it in GitHub Desktop.
LWA Cocoapods
platform :ios, '11.0'
target 'AuthLWA' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for Auth
pod 'AWSMobileClient', '~> 2.9.0'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment