UNPKG

948 BJSONView Raw
1{
2 "name": "cordova-plugin-cocoapod-support",
3 "version": "1.2.9",
4 "description": "A Cordova/PhoneGap plugin to add support for Cocoapod dependencies.",
5 "cordova": {
6 "id": "cordova-plugin-cocoapod-support",
7 "platforms": [
8 "ios",
9 "android"
10 ]
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/blakgeek/cordova-plugin-cocoapods-support.git"
15 },
16 "bugs": {
17 "url": "https://github.com/blakgeek/cordova-plugin-cocoapods-support/issues"
18 },
19 "homepage": "https://github.com/blakgeek/cordova-plugin-cocoapods-support",
20 "keywords": [
21 "ecosystem:cordova",
22 "cordova-ios",
23 "cordova:plugin",
24 "cocoapods",
25 "pod",
26 "pods",
27 "plugin"
28 ],
29 "license": "MIT",
30 "dependencies": {
31 "command-exists": "^1.0.1",
32 "semver": "^5.3.0",
33 "xml2js": "^0.4.16"
34 },
35 "bundledDependencies": [
36 "command-exists",
37 "xml2js",
38 "sax",
39 "xmlbuilder",
40 "lodash"
41 ]
42}