| <?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"> |
| <!-- This module was also published with a richer model, Gradle metadata, --> |
| <!-- which should be used instead. Do not delete the following line which --> |
| <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> |
| <!-- that they should prefer consuming it instead. --> |
| <!-- do_not_remove: published-with-gradle-metadata --> |
| <modelVersion>4.0.0</modelVersion> |
| <groupId>io.outfoxx</groupId> |
| <artifactId>swiftpoet</artifactId> |
| <version>1.0.0</version> |
| <name>Swift Poet</name> |
| <description>SwiftPoet is a Kotlin and Java API for generating .swift source files.</description> |
| <url>https://github.com/outfoxx/swiftpoet</url> |
| <organization> |
| <name>Outfox, Inc.</name> |
| <url>https://outfoxx.io</url> |
| </organization> |
| <licenses> |
| <license> |
| <name>Apache License 2.0</name> |
| <url>https://raw.githubusercontent.com/outfoxx/swiftpoet/master/LICENSE.txt</url> |
| <distribution>repo</distribution> |
| </license> |
| </licenses> |
| <developers> |
| <developer> |
| <id>kdubb</id> |
| <name>Kevin Wooten</name> |
| <email>kevin@outfoxx.io</email> |
| </developer> |
| </developers> |
| <scm> |
| <connection>scm:https://github.com/outfoxx/swiftpoet.git</connection> |
| <developerConnection>scm:git@github.com:outfoxx/swiftpoet.git</developerConnection> |
| <url>https://github.com/outfoxx/swiftpoet</url> |
| </scm> |
| <issueManagement> |
| <system>GitHub</system> |
| <url>https://github.com/outfoxx/swiftpoet/issues</url> |
| </issueManagement> |
| <dependencies> |
| <dependency> |
| <groupId>org.jetbrains.kotlin</groupId> |
| <artifactId>kotlin-stdlib-jdk8</artifactId> |
| <version>1.3.72</version> |
| <scope>runtime</scope> |
| </dependency> |
| <dependency> |
| <groupId>org.jetbrains.kotlin</groupId> |
| <artifactId>kotlin-reflect</artifactId> |
| <version>1.3.72</version> |
| <scope>runtime</scope> |
| </dependency> |
| <dependency> |
| <groupId>com.google.guava</groupId> |
| <artifactId>guava</artifactId> |
| <version>22.0</version> |
| <scope>runtime</scope> |
| </dependency> |
| </dependencies> |
| </project> |