{
  "name": "pushwoosh-react-native-plugin",
  "version": "6.1.58",
  "description": "This plugin allows you to send and receive push notifications. Powered by Pushwoosh (www.pushwoosh.com).",
  "main": "index.js",
  "types": "index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Pushwoosh/pushwoosh-react-native-plugin.git"
  },
  "keywords": [
    "push",
    "notification"
  ],
  "author": "Pushwoosh",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Pushwoosh/pushwoosh-react-native-plugin/issues"
  },
  "rnpm": {
    "android": {
      "sourceDir": "./src/android"
    },
    "ios": {
      "podspecName": "pushwoosh-react-native-plugin",
      "podspecPath": "./pushwoosh-react-native-plugin.podspec",
      "assets" : [ "./src/ios/PushwooshInboxBundle.bundle" ]
    }
  }
}
