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+
3939pod ' Zephyr' , :git => ' https://github.com/ArtSabintsev/Zephyr.git' , :branch => ' swift5.0' # Swift 5.0
4040pod ' Zephyr' , :git => ' https://github.com/ArtSabintsev/Zephyr.git' , :branch => ' swift4.2' # Swift 4.2
4141pod ' 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+
4949github " ArtSabintsev/Zephyr" " swift5.0" // Swift 5.0
5050github " ArtSabintsev/Zephyr" " swift4.2" // Swift 4.2
5151github " ArtSabintsev/Zephyr" " swift4.1" // Swift 4.1
0 commit comments