react-native-svg-9.7.1-jitsi-2535222.pom 915 B

123456789101112131415161718192021222324
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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">
  3. <modelVersion>4.0.0</modelVersion>
  4. <groupId>com.facebook.react</groupId>
  5. <artifactId>react-native-svg</artifactId>
  6. <version>9.7.1-jitsi-2535222</version>
  7. <packaging>aar</packaging>
  8. <name>react-native-svg</name>
  9. <description>SVG library for react-native</description>
  10. <url>https://github.com/react-native-community/react-native-svg</url>
  11. <licenses>
  12. <license>
  13. <name>MIT</name>
  14. <distribution>repo</distribution>
  15. </license>
  16. </licenses>
  17. <dependencies>
  18. <dependency>
  19. <groupId>com.facebook.react</groupId>
  20. <artifactId>react-native</artifactId>
  21. <version>0.61</version>
  22. </dependency>
  23. </dependencies>
  24. </project>