Skip to content

Commit

Permalink
Bumped to 2.1.4a
Browse files Browse the repository at this point in the history
Because of a Radar chart endless loop bug
  • Loading branch information
danielgindi committed Oct 2, 2015
1 parent ccb143c commit dc9f4b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Charts.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Charts"
s.version = "2.1.4"
s.version = "2.1.4a"
s.summary = "ios-charts is a powerful & easy to use chart library for iOS"
s.homepage = "https://github.com/danielgindi/ios-charts"
s.license = { :type => "Apache License, Version 2.0", :file => "LICENSE" }
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
**Version 2.1.4**, synced to [MPAndroidChart #6ae1eef](https://github.com/PhilJay/MPAndroidChart/commit/6ae1eef)
**Version 2.1.4**, synced to [MPAndroidChart #6ae1eef](https://github.com/PhilJay/MPAndroidChart/commit/497beac)

![alt tag](https://raw.github.com/danielgindi/ios-charts/master/Assets/feature_graphic.png)
[![CodeHunt.io](https://img.shields.io/badge/vote-codehunt.io-02AFD1.svg)](http://codehunt.io/sub/ios-charts/?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)

* Xcode 7 / Swift 2.0
* iOS 7.0 (Drag .swift files to your project)
* iOS 8.0 (Use as an **Embedded** Framework)
* iOS 8.0 / 9.0 (Use as an **Embedded** Framework)

Okay so there's this beautiful library called [MPAndroidChart](https://github.com/PhilJay/MPAndroidChart) by [Philipp Jahoda](https://www.linkedin.com/in/philippjahoda) which has become very popular amongst Android developers, and in the meanwhile there's no decent charting solution for iOS.

Expand Down

0 comments on commit dc9f4b6

Please sign in to comment.