Skip to content

Commit

Permalink
Bumped to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgindi committed May 5, 2015
1 parent 2cdd9ee commit 3c0775c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Charts.podspec
Original file line number Diff line number Diff line change
@@ -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
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 3c0775c

Please sign in to comment.