Repository URL to install this package:
<?xml version='1.0' encoding='utf-8'?>
<plugin id="de-push-proxy-plugin" version="1.0.1" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<name>de-push-proxy-plugin</name>
<DESCRIPTION>Dynamic Engine Push Proxy Plugin</DESCRIPTION>
<hook type="after_prepare" src="hooks/updateAndroidManifest.js" />
<hook type="after_prepare" src="hooks/updateBuildGradle.js" />
<js-module name="de-push-proxy-plugin" src="www/de-push-proxy-plugin.js">
<clobbers target="cordova.plugins.de-push-proxy-plugin"/>
</js-module>
<platform name="ios">
<config-file parent="/*" target="config.xml">
<feature name="de-push-proxy-plugin"><param name="ios-package" value="de-push-proxy-plugin"/></feature>
</config-file>
<source-file src="src/ios/DEPushNotificationHandler.h"/>
<source-file src="src/ios/DEPushNotificationHandlerRegistry.h"/>
<source-file src="src/ios/DEPushNotificationHandlerRegistry.m"/>
</platform>
<platform name="android">
<config-file parent="/*" target="res/xml/config.xml"></config-file>
<config-file parent="/*" target="AndroidManifest.xml"></config-file>
<source-file src="src/android/DEFCMIntentService.java" target-dir="src/com/vipera/pushproxy"/>
<source-file src="src/android/DEPushNotificationHandler.java" target-dir="src/com/vipera/pushproxy"/>
<source-file src="src/android/DEPushNotificationHandlerRegistry.java" target-dir="src/com/vipera/pushproxy"/>
</platform>
<dependency id="phonegap-plugin-push" version="2.2.3"/>
</plugin>