Skip to content

Commit

Permalink
Release 0.3 🍻
Browse files Browse the repository at this point in the history
  • Loading branch information
xhacker committed Feb 16, 2015
1 parent d62be59 commit 7eae2ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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**.
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.

Supports Storyboard.

Expand Down
4 changes: 2 additions & 2 deletions 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.2"
s.version = "0.3"
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 All @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s.author = { "Xhacker Liu" => "liu.dongyuan@gmail.com" }

s.platform = :ios, '6.0'
s.source = { :git => "https://github.com/xhacker/TEAChart.git", :tag => "0.2" }
s.source = { :git => "https://github.com/xhacker/TEAChart.git", :tag => "0.3" }
s.source_files = 'TEAChart', 'TEAChart/**/*.{h,m}'
s.requires_arc = true
end

0 comments on commit 7eae2ef

Please sign in to comment.