<?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>co.pushalert</groupId>
  <artifactId>android-sdk</artifactId>
  <version>0.0.96</version>
  <packaging>aar</packaging>
  <name>android-sdk</name>
  <description>PushAlert Android SDK</description>
  <url>https://github.com/InkWired/pushalert-android-sdk</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://raw.githubusercontent.com/InkWired/pushalert-android-sdk/master/LICENSE</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>InkWired</id>
      <name>InkWired</name>
      <email>contactus@inkwired.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/InkWired/pushalert-android-sdk</connection>
    <developerConnection>scm:git:https://github.com/InkWired/pushalert-android-sdk</developerConnection>
    <url>https://github.com/InkWired/pushalert-android-sdk</url>
  </scm>
</project>
