forked from blakgeek/cordova-plugin-cocoapods-support
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 949 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "cordova-plugin-cocoapod-support",
"version": "1.2.10",
"description": "A Cordova/PhoneGap plugin to add support for Cocoapod dependencies.",
"cordova": {
"id": "cordova-plugin-cocoapod-support",
"platforms": [
"ios",
"android"
]
},
"repository": {
"type": "git",
"url": "https://github.com/blakgeek/cordova-plugin-cocoapods-support.git"
},
"bugs": {
"url": "https://github.com/blakgeek/cordova-plugin-cocoapods-support/issues"
},
"homepage": "https://github.com/blakgeek/cordova-plugin-cocoapods-support",
"keywords": [
"ecosystem:cordova",
"cordova-ios",
"cordova:plugin",
"cocoapods",
"pod",
"pods",
"plugin"
],
"license": "MIT",
"dependencies": {
"command-exists": "^1.0.1",
"semver": "^5.3.0",
"xml2js": "^0.4.16"
},
"bundledDependencies": [
"command-exists",
"xml2js",
"sax",
"xmlbuilder",
"lodash"
]
}