<?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.emo-pass</groupId>
  <artifactId>prefpin</artifactId>
  <version>0.1.0</version>
  <packaging>aar</packaging>
  <name>PrefPin</name>
  <description>Preference binding for Android.</description>
  <url>https://github.com/quangctkm9207/prefpin</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://opensource.org/licenses/MIT</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>quangctkm9207</id>
      <name>Quang Nguyen</name>
      <email>quangctkm9207@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/quangnguyen/prefpin.git</connection>
    <developerConnection>https://github.com/quangnguyen/prefpin.git</developerConnection>
    <url>https://github.com/quangctkm9207/prefpin</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.emo-pass</groupId>
      <artifactId>prefpin-annotation</artifactId>
      <version>0.1.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.android.support</groupId>
      <artifactId>support-annotations</artifactId>
      <version>27.0.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
