Skip to content
This repository was archived by the owner on Aug 29, 2024. It is now read-only.

Commit a95ea98

Browse files
authored
Update README.md
1 parent f951608 commit a95ea98

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### Effortlessly sync UserDefaults over iCloud
44

5-
![Swift Support](https://img.shields.io/badge/Swift-5.1%2C%205.0%2C%204.2%2C%204.1%2C%203.2%2C%203.1-orange.svg) [![Platform](https://img.shields.io/badge/Platforms-iOS%20%7c%20tvOS-lightgray.svg?style=flat)](http://cocoadocs.org/docsets/Zephyr) ![Documentation](https://github.com/ArtSabintsev/Zephyr/blob/master/docs/badge.svg)
5+
![Swift Support](https://img.shields.io/badge/Swift-5.2%2C%205.1%2C%205.0%2C%204.2%2C%204.1%2C%203.2%2C%203.1-orange.svg) [![Platform](https://img.shields.io/badge/Platforms-iOS%20%7c%20tvOS-lightgray.svg?style=flat)](http://cocoadocs.org/docsets/Zephyr) ![Documentation](https://github.com/ArtSabintsev/Zephyr/blob/master/docs/badge.svg)
66

77
[![CocoaPods](https://img.shields.io/cocoapods/v/Zephyr.svg)]() [![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)]() [![SwiftPM Compatible](https://img.shields.io/badge/SwiftPM-Compatible-brightgreen.svg)](https://swift.org/package-manager/)
88

@@ -26,7 +26,7 @@ For the latest updates, refer to the [Releases](https://github.com/ArtSabintsev/
2626

2727
| Swift Version | Branch Name | Will Continue to Receive Updates?
2828
| ------------- | ------------- | -------------
29-
| 5.1 | master | **Yes**
29+
| 5.1-5.2 | master | **Yes**
3030
| 5.0 | swift5.0 | No
3131
| 4.2 | swift4.2 | No
3232
| 4.1 | swift4.1 | No
@@ -35,7 +35,7 @@ For the latest updates, refer to the [Releases](https://github.com/ArtSabintsev/
3535

3636
#### CocoaPods
3737
```ruby
38-
pod 'Zephyr' # Swift 5.1
38+
pod 'Zephyr' # Swift 5.1+
3939
pod 'Zephyr', :git => 'https://github.com/ArtSabintsev/Zephyr.git', :branch => 'swift5.0' # Swift 5.0
4040
pod 'Zephyr', :git => 'https://github.com/ArtSabintsev/Zephyr.git', :branch => 'swift4.2' # Swift 4.2
4141
pod 'Zephyr', :git => 'https://github.com/ArtSabintsev/Zephyr.git', :branch => 'swift4.1' # Swift 4.1
@@ -45,7 +45,7 @@ pod 'Zephyr', :git => 'https://github.com/ArtSabintsev/Zephyr.git', :branch => '
4545

4646
### Carthage
4747
``` swift
48-
github "ArtSabintsev/Zephyr" // Swift 5.1
48+
github "ArtSabintsev/Zephyr" // Swift 5.1+
4949
github "ArtSabintsev/Zephyr" "swift5.0" // Swift 5.0
5050
github "ArtSabintsev/Zephyr" "swift4.2" // Swift 4.2
5151
github "ArtSabintsev/Zephyr" "swift4.1" // Swift 4.1

0 commit comments

Comments
 (0)