Skip to content

Commit

Permalink
ci(deps): update ios cocoapods deps to v0.67.0 (#90)
Browse files Browse the repository at this point in the history
* ci(deps): update ios cocoapods deps to v0.67.0

* build: update sdk version in spm project

* fixup! build: update sdk version in spm project

---------

Co-authored-by: tomtomsdkintegration[bot] <131659029+tomtomsdkintegration[bot]@users.noreply.github.com>
Co-authored-by: Muhammed Tanriverdi <[email protected]>
  • Loading branch information
1 parent 63877f1 commit bef9af9
Show file tree
Hide file tree
Showing 4 changed files with 362 additions and 353 deletions.
22 changes: 11 additions & 11 deletions CocoaPods/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ plugin 'cocoapods-art', :sources => [
]

target 'TomTomSDKExamples' do
pod 'TomTomSDKDefaultTextToSpeech', '0.65.0'
pod 'TomTomSDKLocationProvider', '0.65.0'
pod 'TomTomSDKMapDisplay', '0.65.0'
pod 'TomTomSDKNavigation', '0.65.0'
pod 'TomTomSDKNavigationEngines', '0.65.0'
pod 'TomTomSDKNavigationOnline', '0.65.0'
pod 'TomTomSDKNavigationUI', '0.65.0'
pod 'TomTomSDKRoute', '0.65.0'
pod 'TomTomSDKRoutePlanner', '0.65.0'
pod 'TomTomSDKRoutePlannerOnline', '0.65.0'
pod 'TomTomSDKRouteReplannerDefault', '0.65.0'
pod 'TomTomSDKDefaultTextToSpeech', '0.67.0'
pod 'TomTomSDKLocationProvider', '0.67.0'
pod 'TomTomSDKMapDisplay', '0.67.0'
pod 'TomTomSDKNavigation', '0.67.0'
pod 'TomTomSDKNavigationEngines', '0.67.0'
pod 'TomTomSDKNavigationOnline', '0.67.0'
pod 'TomTomSDKNavigationUI', '0.67.0'
pod 'TomTomSDKRoute', '0.67.0'
pod 'TomTomSDKRoutePlanner', '0.67.0'
pod 'TomTomSDKRoutePlannerOnline', '0.67.0'
pod 'TomTomSDKRouteReplannerDefault', '0.67.0'
end
Loading

0 comments on commit bef9af9

Please sign in to comment.