plugin.xml 681 Bytes
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
        id="bsync-client"
        version="1.0.0"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

    <name>bsync client plugin</name>
    <description>Cordova plugin for syncing files referenced by pouchdb records</description>
    <author>Stefan Huber</author>
    <keywords>pouchdb, file sync</keywords>
    <license>Apache 2.0 License</license>
    
    <asset src="dist/browser-build.js" target="bsync.js"></asset>
        
    <dependency id="cordova-plugin-file-transfer" url="https://github.com/apache/cordova-plugin-file-transfer" commit="master" />

</plugin>