Created
January 16, 2021 18:25
-
-
Save bradreid/82fd8f896c5d287903859ab3bebf84f8 to your computer and use it in GitHub Desktop.
This file contains 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
# Pods for ATLASFlight | |
pod 'DJI-SDK-iOS', '~> 4.14-trial2' | |
pod 'DJI-UXSDK-iOS', '~> 4.14-trial1' | |
pod 'DJIFlySafeDatabaseResource', path: '~/code/DJIFlySafeDatabaseResource' | |
pod 'DJIWidget', path: '~/code/DJIWidget' | |
pod 'Mapbox-iOS-SDK', '=3.6.4' | |
pod 'GoogleMaps' | |
pod 'Toast', '~> 3.0' | |
pod 'CHCSVParser' | |
pod 'IQKeyboardManager' | |
pod 'MBProgressHUD', '~> 1.0.0' | |
pod 'JSONModel' | |
pod 'SDWebImage' | |
pod 'SlantrangeModule', :path => '~/code/SlantrangeModule' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment