<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" 
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">

    <modelVersion>4.0.0</modelVersion>

    <groupId>io.securero</groupId>
    <artifactId>ccverifier</artifactId>
    <version>1.0.0</version>
    <packaging>aar</packaging>

    <name>CC Verifier</name>
    <description>Credit card verification library for Android</description>
    <url>https://github.com/securero/ccverifier</url>
    
    <licenses>
        <license>
            <name>The Apache License, Version 2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
        </license>
    </licenses>
    
    <developers>
        <developer>
            <id>asltddev1</id>
            <name>David Leibovych</name>
            <email>sdk-manager@securero.io</email>
        </developer>
    </developers>
    
    <scm>
        <connection>scm:git:git://github.com/securero/ccverifier.git</connection>
        <developerConnection>scm:git:ssh://github.com:securero/ccverifier.git</developerConnection>
        <url>https://github.com/securero/ccverifier</url>
    </scm>
</project>
