25 lines
955 B
XML
25 lines
955 B
XML
<?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 http://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.facebook.react</groupId>
|
|
<artifactId>react-native-sound</artifactId>
|
|
<version>0.11.0-jitsi-6624067</version>
|
|
<packaging>aar</packaging>
|
|
<name>react-native-sound</name>
|
|
<description>React Native module for playing sound clips on iOS, Android, and Windows</description>
|
|
<url>https://github.com/zmxv/react-native-sound#readme</url>
|
|
<licenses>
|
|
<license>
|
|
<name>MIT</name>
|
|
<distribution>repo</distribution>
|
|
</license>
|
|
</licenses>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>com.facebook.react</groupId>
|
|
<artifactId>react-native</artifactId>
|
|
<version>0.61</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</project>
|