{
  "name": "cordova-plugin-cocoapod-supportx",
  "version": "1.7.3",
  "description": "A Cordova/PhoneGap plugin to add support for Cocoapod dependencies.",
  "cordova": {
    "id": "cordova-plugin-cocoapod-supportx",
    "platforms": [
      "ios",
      "android"
    ]
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dpa99c/cordova-plugin-cocoapods-support.git"
  },
  "bugs": {
    "url": "https://github.com/dpa99c/cordova-plugin-cocoapods-support/issues"
  },
  "homepage": "https://github.com/dpa99c/cordova-plugin-cocoapods-support",
  "keywords": [
    "ecosystem:cordova",
    "cordova-ios",
    "cordova:plugin",
    "cocoapods",
    "pod",
    "pods",
    "plugin"
  ],
  "license": "MIT",
  "dependencies": {
    "lodash": "^4.17.2",
    "q": "^1.5.1",
    "semver": "^5.3.0",
    "shelljs": "^0.7.5",
    "xml2js": "^0.4.16"
  },
  "scripts": {
    "postversion": "node scripts/bump-plugin-xml.js; git add plugin.xml; git commit plugin.xml -m \"v${npm_package_version}\""
  },
  "devDependencies": {
    "libxmljs": "^0.18.4"
  }
}
