Skip to content

Commit 7eae2ef

Browse files
committed
Release 0.3 🍻
1 parent d62be59 commit 7eae2ef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![License](https://img.shields.io/cocoapods/l/TEAChart.svg?style=flat)](https://github.com/xhacker/TEAChart/blob/master/LICENSE)
66
[![Platform](https://img.shields.io/cocoapods/p/TEAChart.svg?style=flat)](http://cocoadocs.org/docsets/TEAChart/)
77

8-
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**.
8+
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.
99

1010
Supports Storyboard.
1111

TEAChart.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "TEAChart"
3-
s.version = "0.2"
3+
s.version = "0.3"
44
s.summary = "Simple and intuitive iOS chart library. Contribution graph, clock chart, and bar chart."
55
s.homepage = "https://github.com/xhacker/TEAChart"
66
s.social_media_url = "https://twitter.com/xhacker"
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
99
s.author = { "Xhacker Liu" => "[email protected]" }
1010

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

0 commit comments

Comments
 (0)