19 lines
779 B
XML
19 lines
779 B
XML
<?xml version="1.0"?>
|
|
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
|
<id>gpoddersync</id>
|
|
<name>GPodder Sync</name>
|
|
<summary>replicate basic GPodder.net API</summary>
|
|
<description><![CDATA[Expose GPodder API to sync podcast consumer apps like AntennaPod]]></description>
|
|
<version>1.0.14</version>
|
|
<licence>agpl</licence>
|
|
<author mail="thrillfall@disroot.org">Thrillfall</author>
|
|
<namespace>GPodderSync</namespace>
|
|
<category>integration</category>
|
|
<bugs>https://github.com/thrillfall/nextcloud-gpodder/issues</bugs>
|
|
<dependencies>
|
|
<php min-version="7.4"/>
|
|
<nextcloud min-version="20" max-version="22"/>
|
|
</dependencies>
|
|
</info>
|