<?xml version="1.0" encoding="UTF-8"?>
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>ai.luciq.kmp</groupId>
  <artifactId>ai.luciq.kmp.gradle.plugin</artifactId>
  <version>0.0.9</version>
  <packaging>pom</packaging>
  <name>Luciq KMP Gradle Plugin</name>
  <description>Gradle plugin that configures Luciq SDK dependencies for Kotlin Multiplatform projects. Automatically wires the iOS CocoaPods dependency and commonMain Maven dependency, eliminating manual platform-specific setup and preventing version mismatches.</description>
  <url>https://www.luciq.ai</url>
  <inceptionYear>2025</inceptionYear>
  <licenses>
    <license>
      <name>Proprietary</name>
      <url>https://luciq.ai/terms</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>luciq</id>
      <name>Luciq</name>
      <url>https://luciq.ai</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/Instabug/Luciq-KMP.git</connection>
    <developerConnection>scm:git:ssh://github.com/luciqai/luciq-Kotlin-Multi-Platform-sdk</developerConnection>
    <url>https://github.com/luciqai/luciq-Kotlin-Multi-Platform-sdk</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>ai.luciq.library</groupId>
      <artifactId>luciq-kmp-plugin</artifactId>
      <version>0.0.9</version>
    </dependency>
  </dependencies>
</project>
