Skip to content

KiwiCharts/KiwiCharts

Repository files navigation

kiwi-logo

Build Status

The awesome Swift chart library you always wanted.

ATTENTION: This project is still WIP and should not be used in productive environment.

Features

  • Factory and basic setup
  • Pie-Charts
  • Bar-Charts
  • Line-Charts
  • Support for time-series data

Requirements

  • iOS 7.0+
  • Xcode 6.1

Installation

You can use the CocoaPods pre-release, install it with:

$ gem install cocoapods --pre

To integrate KiwiCharts into your Xcode project using CocoaPods, specify it in your Podfile:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'

pod 'KiwiCharts', '~> 1.0'

Then, run the following command:

$ pod install

License

KiwiCharts is released under the MIT license. See LICENSE for details.