LeOS-Genesis/libnetcipher/netcipher.pom

34 lines
1.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>info.guardianproject.netcipher</groupId>
<artifactId>netcipher</artifactId>
<version>1.2</version>
<name>NetCipher</name>
<url>https://guardianproject.info/code/netcipher</url>
<description>NetCipher is a library for Android that provides multiple means to improve network security in mobile applications. It provides best practices TLS settings using the standard Android HTTP methods, HttpURLConnection and Apache HTTP Client, provides simple Tor integration, makes it easy to configure proxies for HTTP connections and `WebView` instances.</description>
<licenses>
<license>
<name>Apache-2.0</name>
<url>https://github.com/guardianproject/NetCipher/blob/master/LICENSE.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>guardianproject</id>
<name>Guardian Project</name>
<email>support@guardianproject.info</email>
</developer>
</developers>
<issueManagement>
<url>https://dev.guardianproject.info/projects/netcipher/issues</url>
<system>Redmine</system>
</issueManagement>
<scm>
<connection>scm:https://github.com/guardianproject/NetCipher.git</connection>
<developerConnection>scm:git@github.com:guardianproject/NetCipher.git</developerConnection>
<url>scm:https://github.com/guardianproject/NetCipher</url>
</scm>
</project>