UNPKG

lottie-react-native

Version:
45 lines (44 loc) 1.6 kB
<?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.airbnb.android</groupId> <artifactId>lottie-react-native</artifactId> <version>0.1.0</version> <packaging>aar</packaging> <name>Lottie React Native</name> <description>Lottie Animation Component for React Native</description> <url>https://github.com/airbnb/lottie-react-native/tree/new-scv</url> <licenses> <license> <name>MIT</name> <url>https://github.com/airbnb/lottie-react-native/blob/master/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>airbnb</id> <name>Leland Richardson</name> </developer> </developers> <scm> <connection>scm:git@github.com:airbnb/lottie-react-native.git</connection> <developerConnection>scm:git@github.com:airbnb/lottie-react-native.git</developerConnection> <url>https://github.com/airbnb/lottie-react-native/tree/new-scv</url> </scm> <dependencies> <dependency> <groupId>com.facebook.react</groupId> <artifactId>react-native</artifactId> <version>+</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.airbnb.android</groupId> <artifactId>lottie</artifactId> <version>1.0.0</version> <scope>compile</scope> </dependency> </dependencies> </project>