<project xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>1.3.0</modelVersion>
    <groupId>io.agora</groupId>
    <artifactId>iotsdk</artifactId>
    <version>1.3.0</version>
    <packaging>aar</packaging>
    <name>iotsdk</name>
    <description>Agora IoT SDK</description>
    <url>http://maven.apache.org</url>
    <licenses>
        <license>
            <name>AGORA SDK License</name>
            <url>https://github.com/AgoraIO/full-sdk/blob/master/LICENSE</url>
        </license>
    </licenses>
    <developers>
        <developer>
            <name>agora_iot_team</name>
            <email>luxiaohua@agora.io</email>
            <organization>https://github.com/AgoraIO</organization>
            <url>https://www.agora.io/cn</url>
        </developer>
    </developers>
    <scm>
        <connection>scm:git:https://github.com/AgoraIO/tools.git</connection>
        <developerConnection>scm:git:https://github.com/AgoraIO/tools.git</developerConnection>
        <url>https://github.com/AgoraIO/tools</url>
    </scm>
</project>