<?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>net.ixkit</groupId>
  <artifactId>octopuskit</artifactId>
  <version>1.0.1</version>
  <packaging>aar</packaging>
  <name>OctopusKit</name>
  <description>OctopusKit is a simplicity but graceful solution for invoke RESTful web service APIs.</description>
  <url>https://github.com/icoco/OctopusKit_Android</url>
  <licenses>
    <license>
      <name>The MIT license</name>
      <url>https://github.com/icoco/OctopusKit_Android/blob/master/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>icoco</id>
      <name>RobinCheung</name>
      <email>iRobinCheung@hotmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/icoco/OctopusKit_Android.git</connection>
    <developerConnection>https://github.com/icoco/OctopusKit_Android.git</developerConnection>
    <url>https://github.com/icoco/OctopusKit_Android</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.android.volley</groupId>
      <artifactId>volley</artifactId>
      <version>1.0.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
