<?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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.yinli</groupId>
  <artifactId>ylsegmentedcontrol</artifactId>
  <version>1.0.0</version>
  <packaging>aar</packaging>
  <name>A smart custom iOS-like segmented control for Android</name>
  <description>A smart custom iOS-like segmented control for Android, which has a magical capability to handle the frame and content appearances automatically.

Support any color and size image (with transparent background) as an icon. The library will automatically scale the size and replace the color for the icon image to match different styles.
Support various states such as "pressed", "checked", "unchecked" and "disabled".
Support all types - text-only, image-only, and text with image.
Support both horizontal and vertical modes.
Easy to customize basic styles like active color, inactive color, length of radius, square or round, border color, etc.</description>
  <url>https://github.com/YinLiWisdom/Android-YLSegmentedControl</url>
  <licenses>
    <license>
      <name>The MIT License (MIT)</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>yinliwisdom</id>
      <name>Yin Li</name>
      <email>li.yinmax@outlook.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/YinLiWisdom/Android-YLSegmentedControl.git</connection>
    <developerConnection>https://github.com/YinLiWisdom/Android-YLSegmentedControl.git</developerConnection>
    <url>https://github.com/YinLiWisdom/Android-YLSegmentedControl</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.android.support</groupId>
      <artifactId>appcompat-v7</artifactId>
      <version>21.0.3</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
