<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
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.datazoom.sdk</groupId>
<artifactId>network-core-tvosarm64</artifactId>
<version>4.2.1</version>
<packaging>klib</packaging>
<name>Datazoom</name>
<description>Shared Kotlin Multiplatform networking primitives used across Datazoom SDKs.</description>
<url>"https://gitlab.com/datazoom/collector-group/unified-base-collector"</url>
<licenses>
<license>
<name>Datazoom, Inc ("COMPANY") CONFIDENTIAL</name>
<url>https://gitlab.com/datazoom/mobile-android-group/mobile-android-collector-libraries-release/-/raw/master/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<name>Datazoom</name>
<email>support@datazoom.io</email>
<organization>Datazoom</organization>
<organizationUrl>https://datazoom.io</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git://gitlab.com/datazoom/collector-group/unified-base-collector.git</connection>
<developerConnection>scm:git:ssh://gitlab.com:datazoom/collector-group/unified-base-collector.git</developerConnection>
<tag>v4.2.1</tag>
<url>https://gitlab.com/datazoom/collector-group/unified-base-collector</url>
</scm>
<dependencies>
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-client-core</artifactId>
<version>3.4.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>2.3.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-client-ios</artifactId>
<version>3.4.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-client-content-negotiation</artifactId>
<version>3.4.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-serialization-kotlinx-json</artifactId>
<version>3.4.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>