Skip to content

Latest commit

 

History

History

ios-mraid

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Fyber marketplace iOS HTML/MRAID content framework

to use this pod configure your robovm.xml

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

Gradle

Add the following dependency to your build.gradle:

dependencies {
   ... other dependencies ...
   compile "io.github.dkimitsa.robovm:robopods-fyber-mraid-ios:$altpodsVersion"
}