Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
larromba committed Dec 10, 2018
1 parent 2eb7c41 commit 290fe0f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ iOS自定义Badge组件, 支持UIView, UITabBarItem, UIBarButtonItem以及子类
* Objective-C : `pod 'PPBadgeView'` then `#import <PPBadgeView.h>`
* Swift : `pod 'PPBadgeViewSwift' ` then `import PPBadgeViewSwift`

如果发现pod search PPBadgeView/PPBadgeViewSwift 不是最新版本,在终端执行pod setup命令更新本地spec镜像缓存(时间可能有点长),重新搜索就OK了

If you find pod search PPBadgeView / PPBadgeViewSwift is not the latest version, in the terminal  of the pod setup command to update the local spec image cache and re-search. (it may take you a long time)

### 3.Carthage (Swift):
```
// Cartfile
Expand All @@ -36,10 +40,6 @@ github "jkpang/PPBadgeView" ~> 2.3.0
carthage update --platform iOS
```

如果发现pod search PPBadgeView/PPBadgeViewSwift 不是最新版本,在终端执行pod setup命令更新本地spec镜像缓存(时间可能有点长),重新搜索就OK了

If you find pod search PPBadgeView / PPBadgeViewSwift is not the latest version, in the terminal  of the pod setup command to update the local spec image cache and re-search. (it may take you a long time)

## Usage 使用方法
##### 1. Objective-C :
```objc
Expand Down

0 comments on commit 290fe0f

Please sign in to comment.