[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / a / 8 / MapsAPI / 0.0.1 / MapsAPI.podspec.json
blob03a674712cda687ca67482eddf2bed60de61daee
2   "name": "MapsAPI",
3   "version": "0.0.1",
4   "summary": "Allows to easily add Yandex.Maps to your existing iOS project using Yandex.Maps JavaScript API",
5   "description": "Allows to easily add Yandex.Maps to your existing iOS project using Yandex.Maps JavaScript API",
6   "homepage": "https://github.com/yandex/mapsapi-ios",
7   "screenshots": "https://raw.githubusercontent.com/yandex/mapsapi-ios/master/docs/iphone5s.png",
8   "license": {
9     "type": "MPL",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Alexander Zinchuk": "zinchuk@yandex-team.ru"
14   },
15   "source": {
16     "git": "https://github.com/yandex/mapsapi-ios.git",
17     "tag": "0.0.1"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "MapsAPI/Classes/**/*",
23   "resources": "MapsAPI/CordovaResources/*",
24   "dependencies": {
25     "Cordova": [
26       "~> 4.1.0"
27     ],
28     "CordovaPlugin-console": [
30     ],
31     "cordova-plugin-device": [
33     ],
34     "cordova-plugin-device-orientation": [
36     ],
37     "cordova-plugin-device-motion": [
39     ],
40     "cordova-plugin-globalization": [
42     ],
43     "cordova-plugin-geolocation": [
45     ],
46     "cordova-plugin-network-information": [
48     ],
49     "cordova-plugin-wkwebview-engine": [
51     ],
52     "cordova-plugin-file": [
53       "~> 4.2.0"
54     ]
55   }