UNPKG

cordova-plugin-supercomputer

Version:
32 lines (25 loc) 1.05 kB
<?xml version="1.0" encoding="UTF-8"?> <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-supercomputer" version="0.0.6"> <name>Supercomputer Plugin</name> <description>Cordova Supercomputer Plugin</description> <license>Apache 2.0</license> <keywords>cordova,supercomputer</keywords> <repo>https://github.com/velmyk/cordova-plugin-supercomputer.git</repo> <issue>https://github.com/velmyk/cordova-plugin-supercomputer/issues</issue> <js-module src="www/supercomputer.js" name="notification"> <merges target="navigator.notification" /> <merges target="navigator" /> </js-module> <!-- ios --> <platform name="ios"> <config-file target="config.xml" parent="/*"> <feature name="Supercomputer"> <param name="ios-package" value="CDVSupercomputer"/> </feature> </config-file> <header-file src="src/ios/CDVSupercomputer.h" /> <source-file src="src/ios/CDVSupercomputer.m" /> </platform> </plugin>