diff --git a/Charts.podspec b/Charts.podspec index 546ee7c786..5091a0370e 100644 --- a/Charts.podspec +++ b/Charts.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = "Charts" - s.version = "2.0.9" + s.version = "2.1.0" 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" } s.authors = "Daniel Cohen Gindi", "Philipp Jahoda" s.ios.deployment_target = "8.0" - s.source = { :git => "https://github.com/danielgindi/ios-charts.git", :tag => "v2.0.9" } + s.source = { :git => "https://github.com/danielgindi/ios-charts.git", :tag => "v2.1.0" } s.source_files = "Classes", "Charts/Classes/**/*.swift" s.frameworks = "Foundation", "UIKit", "CoreGraphics" end diff --git a/README.md b/README.md index 4cfd1ed48c..204a57830c 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,7 @@ -**Version 2.0.9**, synced to [MPAndroidChart #aa7cbce](https://github.com/PhilJay/MPAndroidChart/commit/82d8881) - -** A version release is coming soon ** +**Version 2.1.0**, synced to [MPAndroidChart #aa7cbce](https://github.com/PhilJay/MPAndroidChart/commit/82d8881) ![alt tag](https://raw.github.com/danielgindi/ios-charts/master/Assets/feature_graphic.png) -b + * Xcode 6.3 / Swift 1.2 * iOS 7.0 (Drag .swift files to your project) * iOS 8.0 (Use as an **Embedded** Framework)