<?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>ly.kite</groupId>
  <artifactId>instagram-photo-picker</artifactId>
  <version>1.2.5</version>
  <packaging>aar</packaging>
  <name>Instagram Photo Picker</name>
  <description>An Android photo picker that allows users to log in a select photos from Instagram.</description>
  <url>https://github.com/OceanLabs/InstagramPhotoPicker-Android</url>
  <licenses>
    <license>
      <name>MIT License (MIT)</name>
      <url>https://raw.githubusercontent.com/OceanLabs/InstagramPhotoPicker-Android/master/LICENSE</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>dbotha</id>
      <name>Deon Botha</name>
      <email>deon@kite.ly</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git@github.com:OceanLabs/InstagramPhotoPicker-Android.git</connection>
    <developerConnection>scm:git@github.com:OceanLabs/InstagramPhotoPicker-Android.git</developerConnection>
    <url>https://github.com/OceanLabs/InstagramPhotoPicker-Android</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.android.support</groupId>
      <artifactId>appcompat-v7</artifactId>
      <version>24.2.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.squareup.picasso</groupId>
      <artifactId>picasso</artifactId>
      <version>2.5.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>in.srain.cube</groupId>
      <artifactId>grid-view-with-header-footer</artifactId>
      <version>1.0.12</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
