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

Commit 0232cc3

Browse files
committed
Added Swift PM support
1 parent bea7b15 commit 0232cc3

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

Package.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import PackageDescription
2+
3+
let package = Package(
4+
name: "Zephyr"
5+
)

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ github "ArtSabintsev/Zephyr"
3333

3434
Add `import Zephyr` to any `.Swift` file that references Zephyr via a Carthage installation.
3535

36+
37+
### Swift Package Manager
38+
``` swift
39+
.Package(url: "https://github.com/ArtSabintsev/Zephyr.git", majorVersion: 1)
40+
```
3641
#### Manual
3742

3843
1. [Download Zephyr](http://github.com/ArtSabintsev/Zephyr/archive/master.zip)
@@ -96,7 +101,7 @@ Zephyr.sync()
96101

97102
### Sample App
98103

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.
100105

101106
### Created and maintained by
102107
[Arthur Ariel Sabintsev](http://www.sabintsev.com/)

Zephyr.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Zephyr"
3-
s.version = "1.4.4"
3+
s.version = "1.4.5"
44
s.summary = "Effortlessly synchronize NSUserDefaults over iCloud"
55

66
s.description = <<-DESC

0 commit comments

Comments
 (0)