Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TBXark committed Sep 23, 2017
1 parent 5513e7e commit 747ff55
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
[![Swift Version][swift-image]][swift-url]
[![License MIT](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://raw.githubusercontent.com/TBXark/TKDotSegment/master/LICENSE)
[![CocoaPods](http://img.shields.io/cocoapods/v/TKDotSegment.svg?style=flat)](http://cocoapods.org/?q= TKDotSegment)
[![CocoaPods](http://img.shields.io/cocoapods/p/TKDotSegment.svg?style=flat)](http://cocoapods.org/?q= TKDotSegment)
[![CocoaPods](http://img.shields.io/cocoapods/v/TKDotSegment.svg?style=flat)](http://cocoapods.org/?q=TKDotSegment)
[![CocoaPods](http://img.shields.io/cocoapods/p/TKDotSegment.svg?style=flat)](http://cocoapods.org/?q=TKDotSegment)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![Support](https://img.shields.io/badge/support-iOS%208%2B%20-blue.svg?style=flat)](https://www.apple.com/nl/ios/)

Expand All @@ -14,8 +14,8 @@
## Requirements

- iOS 8.0+
- Xcode 8.0
- Swift 3.0
- Xcode 9.0
- Swift 4.0

## Installation

Expand All @@ -41,7 +41,7 @@ Create a `Cartfile` that lists the framework and run `carthage update`. Follow t
github "tbxark/TKDotSegment"
```
#### Manually
1. Download and drop ```TKDotSegment.swift``` in your project.
1. Download and drop ```TKDotSegmentControl.swift``` in your project.
2. Congratulations!

## Usage example
Expand Down Expand Up @@ -103,6 +103,9 @@ Overwrite the ` drawRect` of ` PLDot `

## Release History

* 1.4.0
Support swift 4.0

* 1.3.1
Support swift 3.0

Expand Down
2 changes: 1 addition & 1 deletion TKDotSegment.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "TKDotSegment"
s.version = "1.1.0"
s.version = "1.4.0"
s.summary = "TKDotSegment is a segment with dot animation "
s.license = { :type => 'MIT License', :file => 'LICENSE' } # 协议
s.homepage = "https://github.com/TBXark/TKDotSegment"
Expand Down

0 comments on commit 747ff55

Please sign in to comment.