Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 527 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 527 Bytes

InMobi SDK iOS framework

to use this pod configure your robovm.xml

<config>
    ...
    <frameworkPaths>
        <path>libs</path>  <!-- path where InMobiSDK.framework is located -->
    </frameworkPaths>
</config>

Gradle

Add the following dependency to your build.gradle:

repositories {
    maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
}
dependencies {
   ... other dependencies ...
   compile "io.github.dkimitsa.robovm:robopods-inmobi-sdk-ios:$altpodsVersion"
}