From 794e720557adb28d133f94f1c1e951fc906f8c6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9F=B3=E4=B8=9C=E5=8E=9F=20LIU=20Dongyuan?= Date: Sat, 9 Apr 2016 19:10:52 -0700 Subject: [PATCH] =?UTF-8?q?Release=201.0.0=20=F0=9F=90=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Let’s keep the API stable from now on! --- README.md | 4 ++-- TEAChart.podspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0e92600..4cd5191 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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. diff --git a/TEAChart.podspec b/TEAChart.podspec index 3df2923..cf4bda0 100644 --- a/TEAChart.podspec +++ b/TEAChart.podspec @@ -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"