[Add] YIM 2.0.15
[CocoaPods.git] / Specs / c / b / 9 / MTDirectionsKit / 1.7.0 / MTDirectionsKit.podspec.json
blobff66ec5ae7ab5499cab206625399ca0b25f7be00
2   "name": "MTDirectionsKit",
3   "version": "1.7.0",
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",
9   "authors": {
10     "Matthias Tretter": ""
11   },
12   "social_media_url": "https://twitter.com/myell0w",
13   "platforms": {
14     "ios": "5.0"
15   },
16   "source": {
17     "git": "https://github.com/myell0w/MTDirectionsKit.git",
18     "tag": "1.7.0"
19   },
20   "source_files": [
21     "MTDirectionsKit",
22     "MTDirectionsKit/**/*.{h,m}"
23   ],
24   "frameworks": [
25     "Foundation",
26     "CoreLocation",
27     "MapKit",
28     "ImageIO",
29     "AVFoundation",
30     "CoreData",
31     "CoreText",
32     "GLKit",
33     "AVFoundation",
34     "OpenGLES",
35     "QuartzCore",
36     "SystemConfiguration"
37   ],
38   "vendored_frameworks": "Vendor/GoogleMaps.framework",
39   "xcconfig": {
40     "FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/Vendor/",
41     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
42   },
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>",
44   "libraries": [
45     "xml2",
46     "c++",
47     "icucore",
48     "z"
49   ],
50   "requires_arc": true,
51   "resource_bundles": {
52     "MTDirectionsKit": "Resources/MTDirectionsKit.bundle"
53   }