UNPKG

1.06 kBJSONView Raw
1{
2 "name": "cordova-plugin-cocoapod-support",
3 "version": "1.2.17",
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 "lodash": "^4.17.2",
32 "semver": "^5.3.0",
33 "shelljs": "^0.7.5",
34 "xml2js": "^0.4.16"
35 },
36 "scripts": {
37 "postversion": "node scripts/bump-plugin-xml.js; git add plugin.xml; git commit plugin.xml -m \"v${npm_package_version}\""
38 },
39 "devDependencies": {
40 "libxmljs": "^0.18.4"
41 }
42}