<?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.opensooq.android</groupId>
  <artifactId>pluto</artifactId>
  <version>1.4</version>
  <packaging>aar</packaging>
  <name>Pluto</name>
  <description>an Easy, light wight  and high performance Slider view Library for Android!  You can customize it to any view since it based RecyclerView  not like other libraries that has only images model and Pluto is not depending on any Image loading library </description>
  <url>https://github.com/OpenSooq/Pluto</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>OpenSooq</id>
      <name>OpenSooq</name>
      <email>omar.tamimid1@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/OpenSooq/Pluto.git</connection>
    <developerConnection>https://github.com/OpenSooq/Pluto.git</developerConnection>
    <url>https://github.com/OpenSooq/Pluto</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.android.support</groupId>
      <artifactId>appcompat-v7</artifactId>
      <version>28.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.android.support.constraint</groupId>
      <artifactId>constraint-layout</artifactId>
      <version>1.1.3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk7</artifactId>
      <version>1.3.31</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
