Created
September 3, 2018 04:53
-
-
Save rockarts/e8af7b540b12004345f07fc369ab93fc to your computer and use it in GitHub Desktop.
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
| source 'https://github.com/CocoaPods/Specs.git' | |
| project 'ExploreOutdoors.xcodeproj' | |
| platform :ios, '11' | |
| workspace 'ExploreOutdoors' | |
| use_frameworks! | |
| target 'ExploreOutdoors' do | |
| pod 'Mapbox-iOS-SDK' | |
| pod 'MapboxSceneKit', :git => 'https://github.com/mapbox/mapbox-scenekit.git' | |
| pod 'MapboxMobileEvents' | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment