Few cents about my commits

RoboPods: Charts framework

|

New RoboPod Charts.framework, currently it is in testing. If there is an interest from community will create a pull request to MobiVM/RoboPods. Meanwhile it is available from my own maven repo for intermediate results altpods:

Altpods are available as repository in github, also I deploy it to ‘oss.sonatype.org’ so it is available as maven artifact.

Charts: Beautiful charts for iOS/tvOS/OSX! The Apple side of the crossplatform MPAndroidChart.

WARNING: as today there is bug in RoboVM that doesn’t allow it to run Issue #244 and fix PR#245. To early access it custom build of RoboVM with this PR is applied

to use Charts pod configure your robovm.xml

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

Add the following dependency to your build.gradle:

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

Complete sample application is available by link

Comments