<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>love.forte.simbot</groupId>
  <artifactId>simbot-api-tvossimulatorarm64</artifactId>
  <version>4.0.0</version>
  <packaging>klib</packaging>
  <name>simbot-api</name>
  <description>Simple Robot，一个通用的bot风格事件调度框架，以灵活的统一标准来编写bot应用。</description>
  <url>https://github.com/simple-robot/simpler-robot</url>
  <licenses>
    <license>
      <name>GNU GENERAL PUBLIC LICENSE, Version 3</name>
      <url>https://www.gnu.org/licenses/gpl-3.0-standalone.html</url>
    </license>
    <license>
      <name>GNU LESSER GENERAL PUBLIC LICENSE, Version 3</name>
      <url>https://www.gnu.org/licenses/lgpl-3.0-standalone.html</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>forte</id>
      <name>ForteScarlet</name>
      <email>ForteScarlet@163.com</email>
      <url>https://github.com/ForteScarlet</url>
    </developer>
    <developer>
      <id>forliy</id>
      <name>ForliyScarlet</name>
      <email>ForliyScarlet@163.com</email>
      <url>https://github.com/ForliyScarlet</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/simple-robot/simpler-robot.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/simple-robot/simpler-robot.git</developerConnection>
    <url>https://github.com/simple-robot/simpler-robot</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>love.forte.simbot.common</groupId>
      <artifactId>simbot-common-suspend-runner-tvossimulatorarm64</artifactId>
      <version>4.0.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>love.forte.simbot.common</groupId>
      <artifactId>simbot-common-core-tvossimulatorarm64</artifactId>
      <version>4.0.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>love.forte.simbot.common</groupId>
      <artifactId>simbot-common-collection-tvossimulatorarm64</artifactId>
      <version>4.0.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-coroutines-core-tvossimulatorarm64</artifactId>
      <version>1.8.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-serialization-core-tvossimulatorarm64</artifactId>
      <version>1.6.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>2.0.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>love.forte.simbot.common</groupId>
      <artifactId>simbot-common-annotations-tvossimulatorarm64</artifactId>
      <version>4.0.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>love.forte.simbot.logger</groupId>
      <artifactId>simbot-logger-tvossimulatorarm64</artifactId>
      <version>4.0.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-serialization-json-tvossimulatorarm64</artifactId>
      <version>1.6.3</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
