<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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>ch.poole.android</groupId>
  <artifactId>numberpickerview</artifactId>
  <version>1.3.0</version>
  <packaging>aar</packaging>
  <name>numberpickerview</name>
  <description>Another NumberPicker with more flexible attributes on Android platform.</description>
  <url>https://github.com/simonpoole/numberpickerview</url>
  <licenses>
    <license>
      <name>Apache-2.0</name>
      <url>https://raw.githubusercontent.com/simonpoole/numberpickerview/master/LICENCE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Carbs.Wang</name>
      <organization>https://github.com/Carbs0126</organization>
    </developer>
    <developer>
      <name>Simon Poole</name>
    </developer>
  </developers>
  <scm>
    <url>https://github.com/simonpoole/numberpickerview.git</url>
  </scm>
</project>
