Messtone LLC Manages(CocoaPods):

Messtone Devices Enables CocoaPods integrate the TomTom SDK into Messtone LLC project. Install rbenv using Homebrew: brew install rbenv rbenv init echo ‘elval “$(rbenv init -zsh)” ‘>>~/.zshrc rbenv install –list rbenv install x.y.z rbenv local x.y.z gem install cocoapods gem install cocoapods-art Configuring project dependencies pod repo-art add tomtom-sdk-cocoapods “https://repositories.tomtom.com/artifactory/api/pods/cocoapods” pods init platform:ios, ‘13.0’ pluggin ‘cocoapods-art’,:source=> [‘tomtom-sdk-cocoapods’] TOMTOM_SDK_VERSION=’0.27.4′ target ‘MesstoneLLCAppTarget’ do use_frameworks! pod ‘TomTOMSDKMAPDisplay’,TomTom_SDK_VERSION pod ‘TomSDKRoutePlannerOnline’,TomTom_SDK_VERSION pod ‘TomTomSDKRoutePlanner’,TOMTOM_SDK_VERSION end pod install –repo-update

Leave a comment