<?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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.cleveradssolutions</groupId>
  <artifactId>google</artifactId>
  <version>22.2.0.2</version>
  <packaging>aar</packaging>
  <name>Google Mobile Ads Mediation Adapter For The CAS.AI SDK</name>
  <description>The Google Mobile Ads mediation adapter is a library that handles communication between the CAS.AI SDK and the Google Mobile Ads SDK. It enables you to load ads from Google Mobile Ads using the mediation feature in the CAS.AI SDK.</description>
  <url>https://cleveradssolutions.com</url>
  <licenses>
    <license>
      <name>Clever Ads Solutions License</name>
      <url>https://github.com/cleveradssolutions/CAS-Android/blob/master/LICENSE.md</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>CAS.AI</name>
      <url>https://cleveradssolutions.com</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:github.com/cleveradssolutions/CAS-Android.git</connection>
    <developerConnection>scm:git:ssh://github.com/cleveradssolutions/CAS-Android.git</developerConnection>
    <url>https://github.com/cleveradssolutions/CAS-Android</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.google.android.gms</groupId>
      <artifactId>play-services-ads</artifactId>
      <version>22.2.0</version>
    </dependency>
  </dependencies>
</project>
