Skip to content

Instantly share code, notes, and snippets.

@rockarts
Created September 3, 2018 04:53
Show Gist options
  • Select an option

  • Save rockarts/e8af7b540b12004345f07fc369ab93fc to your computer and use it in GitHub Desktop.

Select an option

Save rockarts/e8af7b540b12004345f07fc369ab93fc to your computer and use it in GitHub Desktop.
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