<?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.moizhassan.ffmpeg</groupId>
  <artifactId>ffmpeg-kit-16kb</artifactId>
  <version>6.1.1</version>
  <packaging>aar</packaging>
  <name>FFMPEG Android 16KB</name>
  <description>FFmpeg Kit for Android (Maven Package for https://github.com/arthenica/ffmpeg-kit).</description>
  <url>https://github.com/moizhassankh/ffmpeg-kit-android-16KB</url>
  <inceptionYear>2025</inceptionYear>
  <licenses>
    <license>
      <name>GNU LESSER GENERAL PUBLIC LICENSE Version 3</name>
      <url>https://www.gnu.org/licenses/lgpl-3.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>moizhassankh</id>
      <name>Moiz Hassan Khan</name>
      <url>https://github.com/moizhassankh</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git@github.com:moizhassankh/ffmpeg-kit-android-16KB.git</connection>
    <developerConnection>scm:git@github.com:moizhassankh/ffmpeg-kit-android-16KB.git</developerConnection>
    <url>https://github.com/moizhassankh/ffmpeg-kit-android-16KB</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.arthenica</groupId>
      <artifactId>smart-exception-java</artifactId>
      <version>0.2.1</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
