react-native-maps
Version:
React Native Mapview component for iOS + Android
51 lines (50 loc) • 1.8 kB
text/xml
<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>react-native-maps</artifactId>
<version>0.10.2</version>
<packaging>aar</packaging>
<name>ReactNative Maps library</name>
<description>React Native Map view component for Android</description>
<url>https://github.com/airbnb/react-native-maps/tree/new-scv</url>
<licenses>
<license>
<name>MIT</name>
<url>https://github.com/airbnb/react-native-maps/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/react-native-maps.git</connection>
<developerConnection>scm:git@github.com:airbnb/react-native-maps.git</developerConnection>
<url>https://github.com/airbnb/react-native-maps/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.google.android.gms</groupId>
<artifactId>play-services-base</artifactId>
<version>9.4.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.android.gms</groupId>
<artifactId>play-services-maps</artifactId>
<version>9.4.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>