brennanMKE / WazeKit

Waze utility for navigation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WazeKit

MIT License CocoaPods Compatible Carthage Compatible Platform BuddyBuild

Swift implementation of the Waze URL Schemes. See Waze Developer Documention.

Configurating Your App

It is necessary to add some details to your Info.plist so that your app is allowed to check if the URL for Waze can be opened. This is a new requirement as of iOS 9. See LSApplicationQueriesSchemes for more details.

<key>LSApplicationQueriesSchemes</key>
<array>
  <string>waze</string>
</array>

CocoaPods

WazeKit is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'WazeKit'

Carthage

WazeKit can also be built using Carthage.

Add the following line to your Cartfile:

github "brennanMKE/WazeKit"

You can also use Swift Package Manager if you like.

Author

Brennan Stehling - 2017


About

Waze utility for navigation.

License:MIT License


Languages

Language:Swift 53.6%Language:Shell 22.6%Language:Ruby 20.4%Language:Objective-C 3.4%