2 "name": "MTDirectionsKit",
4 "summary": "Show directions directly on top of MKMapView",
5 "description": " ## Why MTDirectionsKit?\n \n Did you ever wonder why Apple didn't provide a way to show directions directly on top of MKMapView and force you to switch\n to their built-in Maps.app just to guide your users somewhere? We too, that's why we built MTDirectionsKit.\n \n MTDirectionsKit is a full-featured and easy to use solution to show directions in your App, directly on top of MKMapView and\n works pre-iOS7.\n \n Convinced? Let's get you started.\n \n MTDirectionsKit can use the following three APIs for gathering routing information:\n \n 1. [MapQuest Open Directions API](http://open.mapquestapi.com/directions/)\n 2. [Google Directions API](https://developers.google.com/maps/documentation/directions/)\n 3. [Bing Routes API](http://msdn.microsoft.com/en-us/library/ff701705)\n",
6 "homepage": "https://github.com/myell0w/MTDirectionsKit",
7 "screenshots": "https://github-camo.global.ssl.fastly.net/9e6f4e00dd3a10cc85e649a320a1f7008e2206e2/687474703a2f2f662e636c2e6c792f6974656d732f3248304d314c33433279337a336e3258305732332f53637265656e73686f742e706e67",
8 "license": "Commercial Development License",
10 "Matthias Tretter": ""
12 "social_media_url": "https://twitter.com/myell0w",
17 "git": "https://github.com/myell0w/MTDirectionsKit.git",
22 "MTDirectionsKit/**/*.{h,m}"
38 "vendored_frameworks": "Vendor/GoogleMaps.framework",
40 "FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/Vendor/",
41 "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
43 "prefix_header_contents": "#import <Foundation/Foundation.h>\n#import <CoreLocation/CoreLocation.h>\n#import <MapKit/MapKit.h>\n#import \"MTDLogging.h\"\n#import \"MTDWeak.h\"\n#import \"MTDAssert.h\"\n#import <GoogleMaps/GoogleMaps.h>",
52 "MTDirectionsKit": "Resources/MTDirectionsKit.bundle"