Few cents about my commits

RoboPods: Airbnb Lottie framework

|

New Lottie.framework pod. It is nice and shiny library for natively render After Effects vector animations, like this:

RoboPod is available from my own maven repo for intermediate results altpods:
Altpods are available as repository in github, also it is deployed it to ‘oss.sonatype.org’ which makes it available as maven artifact.

to use Lottie pod configure your robovm.xml

<config>
    ...
    <frameworkPaths>
        <path>libs</path>
    </frameworkPaths>
    <frameworks>
        <framework>Lottie</framework>
    </frameworks>
</config>

Add the following dependency to your build.gradle:

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

Sample application is available by link

Comments