This repository was archived by the owner on Aug 29, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change
1
+ import PackageDescription
2
+
3
+ let package = Package (
4
+ name: " Zephyr "
5
+ )
Original file line number Diff line number Diff line change @@ -33,6 +33,11 @@ github "ArtSabintsev/Zephyr"
33
33
34
34
Add ` import Zephyr ` to any ` .Swift ` file that references Zephyr via a Carthage installation.
35
35
36
+
37
+ ### Swift Package Manager
38
+ ``` swift
39
+ .Package (url : " https://github.com/ArtSabintsev/Zephyr.git" , majorVersion : 1 )
40
+ ```
36
41
#### Manual
37
42
38
43
1 . [ Download Zephyr] ( http://github.com/ArtSabintsev/Zephyr/archive/master.zip )
@@ -96,7 +101,7 @@ Zephyr.sync()
96
101
97
102
### Sample App
98
103
99
- Please ignore the Sample App as I did not add any demo code in the Sample App. It's only in this repo to add support for Carthage.
104
+ Please ignore the Sample App as I did not add any demo code in the Sample App. It's only in this repo to add support for Carthage.
100
105
101
106
### Created and maintained by
102
107
[ Arthur Ariel Sabintsev] ( http://www.sabintsev.com/ )
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "Zephyr"
3
- s . version = "1.4.4 "
3
+ s . version = "1.4.5 "
4
4
s . summary = "Effortlessly synchronize NSUserDefaults over iCloud"
5
5
6
6
s . description = <<-DESC
You can’t perform that action at this time.
0 commit comments