1 Star 0 Fork 0

huatech2016 / cordova-plugin-fastrde-downloader

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
plugin.xml 1.03 KB
一键复制 编辑 原始数据 按行查看 历史
<?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="cordova-plugin-file" version="1.0.1" />
<dependency id="cordova-plugin-file-transfer" version="0.4.8" />
<dependency id="cordova-plugin-network-information" version="0.2.14" />
<dependency id="cordova-plugin-zip" version="2.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>
JavaScript
1
https://gitee.com/huatech2016/cordova-plugin-fastrde-downloader.git
git@gitee.com:huatech2016/cordova-plugin-fastrde-downloader.git
huatech2016
cordova-plugin-fastrde-downloader
cordova-plugin-fastrde-downloader
master

搜索帮助