Skip to content

Commit

Permalink
support Xcode10 and Swift4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jkpang committed Sep 13, 2018
1 parent 36488ab commit 44ef1f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PPBadgeViewSwift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Pod::Spec.new do |s|

s.name = "PPBadgeViewSwift"

s.version = "2.1.0"
s.version = "2.2.0"

s.platform = :ios, '8.0'

Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ iOS自定义Badge组件, 支持UIView, UITabBarItem, UIBarButtonItem以及子类

#### 原理请戳: [掘金地址](https://juejin.im/post/594a69808d6d8109de2c5a06)[简书地址](http://www.jianshu.com/p/89fa23d53400)

![](https://img.shields.io/badge/platform-iOS-red.svg) ![](https://img.shields.io/badge/language-Objective--C%2FSwift%204.x-orange.svg) ![](https://img.shields.io/badge/pod%20Objc-2.1.0-blue.svg) ![](https://img.shields.io/cocoapods/dt/PPBadgeView.svg) ![](https://img.shields.io/badge/pod%20Swift-2.1.0-blue.svg) ![](https://img.shields.io/cocoapods/dt/PPBadgeViewSwift.svg) ![](https://img.shields.io/badge/license-MIT%20License-brightgreen.svg) [![](https://img.shields.io/badge/weibo-jkpang--%E5%BA%9E-red.svg)](http://weibo.com/5743737098/profile?rightmod=1&wvr=6&mod=personinfo&is_all=1)
![](https://img.shields.io/badge/platform-iOS-red.svg) ![](https://img.shields.io/badge/language-Objective--C%2FSwift%204.x-orange.svg) ![](https://img.shields.io/badge/pod%20Objc-2.1.0-blue.svg) ![](https://img.shields.io/cocoapods/dt/PPBadgeView.svg) ![](https://img.shields.io/badge/pod%20Swift-2.2.0-blue.svg) ![](https://img.shields.io/cocoapods/dt/PPBadgeViewSwift.svg) ![](https://img.shields.io/badge/license-MIT%20License-brightgreen.svg) [![](https://img.shields.io/badge/weibo-jkpang--%E5%BA%9E-red.svg)](http://weibo.com/5743737098/profile?rightmod=1&wvr=6&mod=personinfo&is_all=1)

![iPhone](https://github.com/jkpang/PPBadgeView/blob/master/Picture/PPBadgeView.gif)

Expand Down Expand Up @@ -125,6 +125,9 @@ view?.pp.increase()
## CocoaPods更新日志

```
• 2018.09.13(tag:2.2.0):
支持Xcode10, Swift4.2 <-> support Xcode10 and Swift4.2
• 2018.04.10(tag:2.1.0):
1. 支持Xcode9.3, Swift4.1 <-> support Xcode9.3 and Swift4.1
2. Update
Expand Down

0 comments on commit 44ef1f3

Please sign in to comment.