Skip to content

Commit 3c0775c

Browse files
committed
Bumped to 2.1.0
1 parent 2cdd9ee commit 3c0775c

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

Charts.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |s|
22
s.name = "Charts"
3-
s.version = "2.0.9"
3+
s.version = "2.1.0"
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" }
77
s.authors = "Daniel Cohen Gindi", "Philipp Jahoda"
88
s.ios.deployment_target = "8.0"
9-
s.source = { :git => "https://github.com/danielgindi/ios-charts.git", :tag => "v2.0.9" }
9+
s.source = { :git => "https://github.com/danielgindi/ios-charts.git", :tag => "v2.1.0" }
1010
s.source_files = "Classes", "Charts/Classes/**/*.swift"
1111
s.frameworks = "Foundation", "UIKit", "CoreGraphics"
1212
end

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
**Version 2.0.9**, synced to [MPAndroidChart #aa7cbce](https://github.com/PhilJay/MPAndroidChart/commit/82d8881)
2-
3-
** A version release is coming soon **
1+
**Version 2.1.0**, synced to [MPAndroidChart #aa7cbce](https://github.com/PhilJay/MPAndroidChart/commit/82d8881)
42

53
![alt tag](https://raw.github.com/danielgindi/ios-charts/master/Assets/feature_graphic.png)
6-
b
4+
75
* Xcode 6.3 / Swift 1.2
86
* iOS 7.0 (Drag .swift files to your project)
97
* iOS 8.0 (Use as an **Embedded** Framework)

0 commit comments

Comments
 (0)