<?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>com.capacitorjs</groupId>
  <artifactId>action-sheet</artifactId>
  <version>5.0.0</version>
  <packaging>aar</packaging>
  <name>action-sheet</name>
  <description>Capacitor Android action-sheet plugin native library</description>
  <url>https://github.com/ionic-team/capacitor-plugins</url>
  <licenses>
    <license>
      <name>MIT</name>
      <url>https://github.com/ionic-team/capacitor-plugins/blob/main/action-sheet/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Ionic</name>
      <email>hi@ionic.io</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:github.com:ionic-team/capacitor-plugins.git</connection>
    <developerConnection>scm:git:ssh://github.com:ionic-team/capacitor-plugins.git</developerConnection>
    <url>https://github.com/ionic-team/capacitor-plugins/tree/main</url>
  </scm>
</project>
