<?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.androidpi</groupId>
  <artifactId>literefresh</artifactId>
  <version>0.8.0-beta</version>
  <packaging>pom</packaging>
  <name>LiteRefresh</name>
  <description>Nested scrolling UI library for Android based on CoordinatorLayout. Pull-to-refresh and pull-to-load-more are supported.</description>
  <url>https://github.com/jastrelax/LiteRefresh</url>
  <dependencies>
    <dependency>
      <groupId>com.android.support</groupId>
      <artifactId>appcompat-v7</artifactId>
      <version>27.1.1</version>
    </dependency>
    <dependency>
      <groupId>com.android.support</groupId>
      <artifactId>support-dynamic-animation</artifactId>
      <version>27.1.1</version>
    </dependency>
  </dependencies>
  <scm>
    <connection>scm:git:git@github.com:jastrelax/LiteRefresh.git</connection>
    <developerConnection>scm:git:git@github.com:jastrelax/LiteRefresh.git</developerConnection>
    <url>https://github.com/jastrelax/LiteRefresh</url>
  </scm>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>jastrelax</id>
      <name>PinJiu Yin</name>
      <email>yinpinjiu@gmail.com</email>
    </developer>
  </developers>
</project>
