Skip to content

brennanMKE/WazeKit

Repository files navigation

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