Skip to content

Commit

Permalink
Update to Swift 5 and Xcode 10.2 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
jkpang committed Mar 28, 2019
1 parent 793b6c7 commit c09422d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion PPBadgeView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Pod::Spec.new do |s|

s.name = "PPBadgeView"

s.version = "2.1.0"
s.version = "3.0.0"

s.platform = :ios, '8.0'

Expand Down
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.2.2"
s.version = "3.0.0"

s.platform = :ios, '8.0'

Expand Down
4 changes: 2 additions & 2 deletions PPBadgeViewSwift/PPBadgeViewSwift.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@
PRODUCT_BUNDLE_IDENTIFIER = com.jkpang.PPBadgeView;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 4.2;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
Expand Down Expand Up @@ -763,7 +763,7 @@
PRODUCT_BUNDLE_IDENTIFIER = com.jkpang.PPBadgeView;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 4.2;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
Expand Down
4 changes: 2 additions & 2 deletions 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.2.1-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%205.0-orange.svg) ![](https://img.shields.io/badge/pod%20Objc-3.0.0-blue.svg) ![](https://img.shields.io/cocoapods/dt/:PPBadgeView.svg) ![](https://img.shields.io/badge/pod%20Swift-3.0.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 @@ -34,7 +34,7 @@ If you find pod search PPBadgeView / PPBadgeViewSwift is not the latest version,
### 3.Carthage (Swift):
```
// Cartfile
github "jkpang/PPBadgeView" ~> 2.3.0
github "jkpang/PPBadgeView" ~> 3.0.0
// Terminal
carthage update --platform iOS
Expand Down

0 comments on commit c09422d

Please sign in to comment.