<config>
...
<frameworkPaths>
<path>libs</path> <!-- path where IASDKMRAID.framework is located -->
</frameworkPaths>
</config>
Add the following dependency to your build.gradle
:
dependencies {
... other dependencies ...
compile "io.github.dkimitsa.robovm:robopods-fyber-mraid-ios:$altpodsVersion"
}