Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
dkcas11 committed Mar 30, 2019
2 parents 50f84ea + 2bac585 commit f95ce76
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,14 @@ protocol CRNotificationType {

#### Cocoapods install

##### Swift 4
##### Swift 5
```
pod 'CRNotifications'
```
##### Swift 4.2
```
pod 'CRNotifications', :git => 'https://github.com/dkcas11/CRNotifications.git', :branch => 'swift4-2'
```
##### Swift 3
```
pod 'CRNotifications', :git => 'https://github.com/dkcas11/CRNotifications.git', :branch => 'swift3'
Expand Down

0 comments on commit f95ce76

Please sign in to comment.