robopods-dialog-ios
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.robovm</groupId>
<artifactId>robopods-dialog-ios</artifactId>
<version>1.14.0</version>
</dependency><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.robovm</groupId>
<artifactId>robopods-dialog-parent</artifactId>
<version>1.14.0</version>
</parent>
<artifactId>robopods-dialog-ios</artifactId>
<name>Robo.Dialog iOS</name>
<packaging>jar</packaging>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>org.robovm</groupId>
<artifactId>robopods-dialog-core</artifactId>
<version>${robovm.version}</version>
</dependency>
<dependency>
<groupId>org.robovm</groupId>
<artifactId>robovm-rt</artifactId>
<version>${robovm.version}</version>
</dependency>
<dependency>
<groupId>org.robovm</groupId>
<artifactId>robovm-objc</artifactId>
<version>${robovm.version}</version>
</dependency>
<dependency>
<groupId>org.robovm</groupId>
<artifactId>robovm-cocoatouch</artifactId>
<version>${robovm.version}</version>
</dependency>
</dependencies>
<build>
<resources>
<resource>
<directory>src/main/robopods</directory>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>