<?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>io.github.zncmn.webrtc</groupId>
  <artifactId>libwebrtc-ktx</artifactId>
  <version>0.0.2</version>
  <packaging>aar</packaging>
  <name>libwebrtc-ktx</name>
  <description>Libwebrtc Kotlin Extensions</description>
  <url>https://github.com/crow-misia/libwebrtc-ktx</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>crow-misia</id>
      <name>Zenichi Amano</name>
      <email>crow.misia@gmail.com</email>
      <roles>
        <role>Project-Administrator</role>
        <role>Developer</role>
      </roles>
      <timezone>+9</timezone>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/crow-misia/libwebrtc-ktx.git</connection>
    <developerConnection>scm:git:https://github.com/crow-misia/libwebrtc-ktx.git</developerConnection>
    <url>https://github.com/crow-misia/libwebrtc-ktx</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>null</version>
    </dependency>
  </dependencies>
</project>
