<?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.artemzin.rxui</groupId>
  <artifactId>rxui</artifactId>
  <version>1.0.1</version>
  <packaging>aar</packaging>
  <name>rxui</name>
  <description>Set of primitives for Reactive UI on Android</description>
  <url>https://github.com/artem-zinnatullin/RxUi</url>
  <licenses>
    <license>
      <name>Apache License Version 2.0</name>
      <url>https://github.com/artem-zinnatullin/RxUi/blob/master/LICENSE</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>artemzin.com</id>
      <name>Artem Zinnatullin</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git@github.com:artem-zinnatullin/RxUi.git</connection>
    <developerConnection>scm:git@github.com:artem-zinnatullin/RxUi.git</developerConnection>
    <url>https://github.com/artem-zinnatullin/RxUi</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>io.reactivex</groupId>
      <artifactId>rxandroid</artifactId>
      <version>1.2.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.reactivex</groupId>
      <artifactId>rxjava</artifactId>
      <version>1.1.5</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
