<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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">
  <!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
  <groupId>com.github.kongzue.DialogX</groupId>
  <artifactId>DialogXIOSStyle</artifactId>
  <version>0.0.50</version>
  <packaging>aar</packaging>
  <name>kongzue/DialogX</name>
  <description>💬 DialogX dialog box component library, easy to use, more customizable, more scalable, easy to achieve a variety of dialog boxes. DialogX对话框组件库，更加方便易用，可自定义程度更高，扩展性更强，轻松实现各种对话框、菜单和提示效果，更有Material You、iOS、MIUI等主题扩展可选</description>
  <url>https://github.com/kongzue/DialogX</url>
  <inceptionYear>2020</inceptionYear>
  <licenses>
    <license>
      <name>Apache License 2.0</name>
      <url>https://api.github.com/licenses/apache-2.0</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>kongzue</id>
      <name>Kongzue</name>
      <email>myzcxhh@live.cn</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git://github.com/kongzue/DialogX.git</connection>
    <developerConnection>scm:git://github.com/kongzue/DialogX.git</developerConnection>
    <url>git://github.com/kongzue/DialogX.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>androidx.appcompat</groupId>
      <artifactId>appcompat</artifactId>
      <version>1.3.0+</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.github.kongzue.DialogX</groupId>
      <artifactId>DialogX</artifactId>
      <version>0.0.50</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
