plugin.xml 394 B

123456789101112
  1. <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
  2. xmlns:rim="http://www.blackberry.com/ns/widgets"
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. id="com.megster.cordova.ble.tests"
  5. version="0.1.9-dev">
  6. <name>Bluetooth Low Energy Plugin Tests</name>
  7. <license>Apache 2.0</license>
  8. <js-module src="tests.js" name="tests">
  9. </js-module>
  10. </plugin>