summaryrefslogtreecommitdiff
path: root/StoneIsland/plugins/cordova-plugin-sim/tests/plugin.xml
blob: 02418c8509e59336547ae9be7545c9d76d37bbfb (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
    xmlns:rim="http://www.blackberry.com/ns/widgets"
    xmlns:android="http://schemas.android.com/apk/res/android"
    id="cordova-plugin-sim-tests"
    version="1.1.0">
    <name>Cordova SIM Plugin Tests</name>
    <license>MIT</license>

    <js-module src="tests.js" name="tests"/>
</plugin>