<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <groupId>cn.hashdog</groupId>
    <artifactId>yuvlibrary</artifactId>
    <version>0.0.1</version>
    <packaging>aar</packaging>
    <name>yuvlibrary</name>
    <url>https://github.com/hashdogcn/yuvlibrary</url>
    <description>This is a custom libyuv for i420 bitmap conversion on Android.</description>
    <licenses>
        <license>
            <name>Apache License, Version 2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
            <comments>A business-friendly OSS license</comments>
        </license>
    </licenses>
    <scm>
        <url>https://github.com/hashdogcn/yuvlibrary</url>
        <connection>https://github.com/hashdogcn/yuvlibrary.git</connection>
    </scm>
    <developers>
        <developer>
            <name>hashdog</name>
            <id>hashdog</id>
            <email>hashdog@qq.com</email>
            <roles>
                <role>Developer</role>
            </roles>
            <timezone>+8</timezone>
        </developer>
    </developers>
</project>