Last active
April 26, 2019 06:14
-
-
Save mobilequickie/71e79f7b3a4c20c31c6d1af052958623 to your computer and use it in GitHub Desktop.
LWA Cocoapods
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
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