Skip to content

Commit

Permalink
Release 1.0.0 🐣
Browse files Browse the repository at this point in the history
Let’s keep the API stable from now on!
  • Loading branch information
xhacker committed Apr 10, 2016
1 parent 882178c commit 794e720
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![License](https://img.shields.io/cocoapods/l/TEAChart.svg?style=flat)](https://github.com/xhacker/TEAChart/blob/master/LICENSE)
[![Platform](https://img.shields.io/cocoapods/p/TEAChart.svg?style=flat)](http://cocoadocs.org/docsets/TEAChart/)

Simple and intuitive iOS chart library, for [Pomotodo](https://itunes.apple.com/app/fan-jia-tu-dou/id866339080) app. **Contribution graph**, **clock chart**, and **bar chart**. The APIs are *not* stable before 1.0.
Simple and intuitive iOS chart library, for [Pomotodo](https://itunes.apple.com/app/fan-jia-tu-dou/id866339080) app. **Contribution graph**, **clock chart**, and **bar chart**.

Supports Storyboard.

Expand Down Expand Up @@ -126,7 +126,7 @@ barChart.xLabels = @[@"A", @"B", @"C", @"D", @"E", @"F"];
Use CocoaPods:

```ruby
pod 'TEAChart'
pod 'TEAChart', '~> 1.0'
```

Or drag **TEAChart** folder into your project.
Expand Down
2 changes: 1 addition & 1 deletion TEAChart.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "TEAChart"
s.version = "0.3.2"
s.version = "1.0.0"
s.summary = "Simple and intuitive iOS chart library. Contribution graph, clock chart, and bar chart."
s.homepage = "https://github.com/xhacker/TEAChart"
s.social_media_url = "https://twitter.com/xhacker"
Expand Down

0 comments on commit 794e720

Please sign in to comment.