{
  "name": "react-native-mixpush",
  "version": "0.2.0",
  "description": "",
  "main": "index.js",
  "scripts": {
      "test": "echo \"Error: no test specified\" && exit 1",
      "postinstall": "node postInstall.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/yinshuxun/react-native-mixpush"
  },
  "keywords": [
    "react-native",
    "push",
    "component",
    "jpush",
    "mipush"
  ],
  "author": "yinshuxun",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/yinshuxun/react-native-mic-mixpush/issues"
  },
  "homepage": "https://github.com/yinshuxun/react-native-mixpush",
  "peerDependencies": {
		"jcore-react-native": ">= 1.1.5"
	},
	"rnpm": {
		"ios": {
			"sharedLibraries": [
				"libz",
				"UserNotifications",
				"CoreTelephony",
				"Security",
				"CFNetwork",
				"CoreFoundation",
				"SystemConfiguration",
				"Foundation",
				"UIKit",
				"libresolv",
        "CoreGraphics",
        "Usernotifications"
			]
		}
	}
}
