Skip to content

Commit dc9f4b6

Browse files
committed
Bumped to 2.1.4a
Because of a Radar chart endless loop bug
1 parent ccb143c commit dc9f4b6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Charts.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Charts"
3-
s.version = "2.1.4"
3+
s.version = "2.1.4a"
44
s.summary = "ios-charts is a powerful & easy to use chart library for iOS"
55
s.homepage = "https://github.com/danielgindi/ios-charts"
66
s.license = { :type => "Apache License, Version 2.0", :file => "LICENSE" }

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
**Version 2.1.4**, synced to [MPAndroidChart #6ae1eef](https://github.com/PhilJay/MPAndroidChart/commit/6ae1eef)
1+
**Version 2.1.4**, synced to [MPAndroidChart #6ae1eef](https://github.com/PhilJay/MPAndroidChart/commit/497beac)
22

33
![alt tag](https://raw.github.com/danielgindi/ios-charts/master/Assets/feature_graphic.png)
44
[![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)
55

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

1010
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.
1111

0 commit comments

Comments
 (0)