[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / f / 6 / MapmyIndiaDirections / 0.23.21 / MapmyIndiaDirections.podspec.json
blob15f01aa05100c67539f773106b27ec75d7a04fe9
2   "name": "MapmyIndiaDirections",
3   "version": "0.23.21",
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.21.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.24"
50         ]
51       }
52     }
53   ],
54   "swift_version": "4.0"