forked from fastrde/cordova-plugin-fastrde-downloader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.xml
19 lines (18 loc) · 1.04 KB
/
plugin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-fastrde-downloader" version="0.2.1">
<name>Downloader</name>
<author>Fabian Strachanski</author>
<description>Downloads files to persistant Storage on your Phone, checks md5sum if you want, unzips packed files if necassary (For Android and iOS)</description>
<license>MIT</license>
<keywords>file,download,checksum,md5,unzip</keywords>
<repo>https://github.com/fastrde/cordova-plugin-fastrde-downloader.git</repo>
<issue>https://github.com/fastrde/cordova-plugin-fastrde-downloader/issues</issue>
<dependency id="org.apache.cordova.file" version="1.3.3" />
<dependency id="org.apache.cordova.file-transfer" version="0.4.8" />
<dependency id="org.apache.cordova.network-information" version="0.2.14" />
<dependency id="cordova-plugin-zip" version="3.1.0" />
<dependency id="cordova-plugin-fastrde-md5" version="0.2.0" />
<js-module src="www/downloader.min.js" name="downloader">
<clobbers target="downloader" />
</js-module>
</plugin>