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

Commit

Permalink
Added Swift PM support
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtSabintsev committed Feb 8, 2016
1 parent bea7b15 commit 0232cc3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import PackageDescription

let package = Package(
name: "Zephyr"
)
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ github "ArtSabintsev/Zephyr"

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


### Swift Package Manager
``` swift
.Package(url: "https://github.com/ArtSabintsev/Zephyr.git", majorVersion: 1)
```
#### Manual

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

### Sample App

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

### Created and maintained by
[Arthur Ariel Sabintsev](http://www.sabintsev.com/)
2 changes: 1 addition & 1 deletion Zephyr.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Zephyr"
s.version = "1.4.4"
s.version = "1.4.5"
s.summary = "Effortlessly synchronize NSUserDefaults over iCloud"

s.description = <<-DESC
Expand Down

0 comments on commit 0232cc3

Please sign in to comment.