<?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>com.github.iwgang</groupId>
  <artifactId>countdownview</artifactId>
  <version>2.1.6</version>
  <packaging>aar</packaging>
  <name>library</name>
  <description>Android Countdown View</description>
  <url>https://github.com/iwgang/CountdownView</url>
  <licenses>
    <license>
      <name>The MIT License (MIT)</name>
      <url>http://opensource.org/licenses/MIT</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>iwgang</id>
      <name>iWgang</name>
      <email>iwgang@163.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git@github.com:iwgang/CountdownView.git</connection>
    <developerConnection>scm:git@github.com:iwgang/CountdownView.git</developerConnection>
    <url>https://github.com/iwgang/CountdownView</url>
  </scm>
</project>
