[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / e / f / 6 / MapmyIndiaDirections / 0.23.14 / MapmyIndiaDirections.podspec.json
blob54e09828c387e0b3b8d4c2309d87c5fc1f67a9b9
2   "name": "MapmyIndiaDirections",
3   "version": "0.23.14",
4   "summary": "MapmyIndia Directions API wrapper for Swift and Objective-C.",
5   "description": "MapmyIndiaDirections makes it easy to connect your iOS application to the MapmyIndia Directions API. Quickly get driving, cycling, or walking directions, whether the trip is nonstop or it has multiple stopping points, all using a simple interface reminiscent of MapKitā€™s `MKDirections` API.",
6   "homepage": "https://www.mapmyindia.com/api/routing",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "MapmyIndia": "apisupport@mapmyindia.com"
13   },
14   "screenshots": "https://s3-ap-south-1.amazonaws.com/mmi-api-team/moveSDK/ios/resources/APIsImage.jpg",
15   "social_media_url": "https://twitter.com/mapmyindia",
16   "documentation_url": "https://www.mapmyindia.com/api/advanced-maps/doc/routing-api",
17   "source": {
18     "http": "https://s3-ap-south-1.amazonaws.com/mmi-api-team/moveSDK/ios/MapmyIndiaDirections/MapmyIndiaDirections-0.23.14.zip",
19     "flatten": true
20   },
21   "platforms": {
22     "ios": "9.0"
23   },
24   "requires_arc": true,
25   "swift_versions": "4.0",
26   "default_subspecs": "Complete",
27   "subspecs": [
28     {
29       "name": "Complete",
30       "dependencies": {
31         "MapmyIndiaDirections/Base": [
33         ],
34         "MapmyIndiaDirections/Dependencies": [
36         ]
37       }
38     },
39     {
40       "name": "Base",
41       "ios": {
42         "vendored_frameworks": "MapmyIndiaDirections.framework"
43       }
44     },
45     {
46       "name": "Dependencies",
47       "dependencies": {
48         "MapmyIndiaAPIKit": [
49           "~> 1.4.13"
50         ],
51         "Polyline": [
52           "~> 4.2"
53         ]
54       }
55     }
56   ],
57   "swift_version": "4.0"