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

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtSabintsev committed Feb 8, 2016
1 parent 59efac7 commit ca875f9
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,20 @@ For the latest updates, refer to the [Releases](https://github.com/ArtSabintsev/

### Installation Instructions

#### CocoaPods Installation
#### CocoaPods
```ruby
pod 'Zephyr'
```
- Add `import Zephyr` to any `.Swift` file that references Zephyr via a CocoaPods installation.

#### Manual Installation
### Carthage
``` swift
github "ArtSabintsev/Zephyr"
```

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

#### Manual

1. [Download Zephyr](http://github.com/ArtSabintsev/Zephyr/archive/master.zip)
2. Copy `Zephyr.swift` into your project.
Expand Down

0 comments on commit ca875f9

Please sign in to comment.