<?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>ch.tutteli.spek</groupId>
  <artifactId>tutteli-spek-extensions-android</artifactId>
  <version>1.1.0</version>
  <dependencies>
    <dependency>
      <groupId>org.spekframework.spek2</groupId>
      <artifactId>spek-dsl-jvm</artifactId>
      <version>2.0.8</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <artifactId>*</artifactId>
          <groupId>org.jetbrains.kotlin</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.3.60</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-reflect</artifactId>
      <version>1.3.60</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
  <name>tutteli-spek-extensions-android</name>
  <description>A set of Spek extensions for the Android platform</description>
  <url>https://github.com/robstoll/tutteli-spek-extensions</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>robstoll</id>
      <name>Robert Stoll</name>
      <email>rstoll@tutteli.ch</email>
      <url>https://tutteli.ch</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/robstoll/tutteli-spek-extensions.git</connection>
    <developerConnection>scm:git:ssh://github.com/robstoll/tutteli-spek-extensions.git</developerConnection>
    <url>https://github.com/robstoll/tutteli-spek-extensions</url>
  </scm>
</project>
