<?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>io.github.schott12521</groupId>
  <artifactId>cupertino-iosarm64</artifactId>
  <version>2.3.1</version>
  <packaging>klib</packaging>
  <name>cupertino</name>
  <description>Compose Multiplatform Cupertino theme and widgets based on Compose foundation</description>
  <url>https://github.com/schott12521/compose-cupertino</url>
  <licenses>
    <license>
      <name>Apache-2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>alexzhirkevich</id>
      <name>Alexander Zhirkevich</name>
      <email>sasha.zhirkevich@gmail.com</email>
    </developer>
    <developer>
      <id>schott12521</id>
      <name>Scott Lanoue</name>
      <email>schott12521@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/schott12521/compose-cupertino.git</connection>
    <developerConnection>scm:git:ssh://github.com/schott12521/compose-cupertino.git</developerConnection>
    <url>https://github.com/schott12521/compose-cupertino</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>io.github.schott12521</groupId>
      <artifactId>cupertino-core-iosarm64</artifactId>
      <version>2.3.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>2.2.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.compose.runtime</groupId>
      <artifactId>runtime-uikitarm64</artifactId>
      <version>1.8.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.compose.foundation</groupId>
      <artifactId>foundation-uikitarm64</artifactId>
      <version>1.8.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.compose.ui</groupId>
      <artifactId>ui-util-uikitarm64</artifactId>
      <version>1.8.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-datetime-iosarm64</artifactId>
      <version>0.7.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>atomicfu-iosarm64</artifactId>
      <version>0.23.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-serialization-json-iosarm64</artifactId>
      <version>1.7.3</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
