Skip to content

Commit

Permalink
Update README and Pod
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen Yun committed Oct 23, 2017
1 parent afd8f2f commit 0a13336
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# StepIndicator [中文说明](https://github.com/chenyun122/StepIndicator/blob/master/README_CN.md)
# StepIndicator

[![CocoaPods Compatible](https://img.shields.io/cocoapods/v/StepIndicator.svg)](https://img.shields.io/cocoapods/v/StepIndicator.svg)
[![Platform](https://img.shields.io/cocoapods/p/StepIndicator.svg?style=flat)](http://cocoadocs.org/docsets/StepIndicator)

[简体中文](https://github.com/chenyun122/StepIndicator/blob/master/README_CN.md)

StepIndicator is an iOS library that indicates steps in an animated way.
Writen in Swift 3.2 , and Swfit 4.0 is supported.
The idea and design are derived from the awesome Android version: https://github.com/badoualy/stepper-indicator
Expand Down
4 changes: 3 additions & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# StepIndicator [English](https://github.com/chenyun122/StepIndicator)
# StepIndicator

[![CocoaPods Compatible](https://img.shields.io/cocoapods/v/StepIndicator.svg)](https://img.shields.io/cocoapods/v/StepIndicator.svg)
[![Platform](https://img.shields.io/cocoapods/p/StepIndicator.svg?style=flat)](http://cocoadocs.org/docsets/StepIndicator)

[English](https://github.com/chenyun122/StepIndicator)

StepIndicator 是一个以较为生动的方式指示任务步骤的 iOS 库。由 Swift3.2 书写,支持 Swift4.0 。
它的设计思想来源于此 Android 版本: https://github.com/badoualy/stepper-indicator

Expand Down
2 changes: 1 addition & 1 deletion StepIndicator.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "StepIndicator"
s.version = "1.0.4"
s.version = "1.0.5"
s.summary = "An iOS Step Indicator Library."
s.description = <<-DESC
StepIndicator is an iOS library that indicates steps in an animated way.
Expand Down

0 comments on commit 0a13336

Please sign in to comment.