<?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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>ai.themsp</groupId>
  <artifactId>msp-core</artifactId>
  <version>0.17.0</version>
  <packaging>pom</packaging>
  <name>MSP Android SDK Core</name>
  <description>The industry-leading open-source header bidding solution</description>
  <url>https://github.com/ParticleMedia/msp-sdk-demo-android</url>
  <inceptionYear>2024</inceptionYear>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>http://www.apache.org/licenses/LICENSE-2.0.txt</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>ParticleMedia</id>
      <name>Particle Media inc.</name>
      <url>https://github.com/ParticleMedia</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/ParticleMedia/msp-android.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/ParticleMedia/msp-android.git</developerConnection>
    <url>https://github.com/ParticleMedia/msp-android</url>
  </scm>
</project>
