<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.jsibbold</groupId>
  <artifactId>zoomage</artifactId>
  <version>1.3.1</version>
  <packaging>aar</packaging>
  <name>Zoomage</name>
  <description>A simple pinch-to-zoom ImageView for Android with a smooth and natural feel.</description>
  <url>http://jsibbold.github.io/zoomage</url>
  <licenses>
    <license>
      <name>Apache License Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Jeffrey Sibbold</name>
      <email>jsibbold@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <url>https://github.com/jsibbold/zoomage</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>androidx.appcompat</groupId>
      <artifactId>appcompat</artifactId>
      <version>1.1.0</version>
    </dependency>
  </dependencies>
</project>
