Skip to content

Instantly share code, notes, and snippets.

@rockarts
Created September 3, 2018 01:24
Show Gist options
  • Select an option

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

Select an option

Save rockarts/109a8b427a64c2d76aed8c42c344c0e4 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 'MapboxNavigation', '~> 0.18.1'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment