Skip to content

Commit

Permalink
Update README for Carthage support.
Browse files Browse the repository at this point in the history
  • Loading branch information
shu223 committed Mar 11, 2016
1 parent 807f317 commit 4e50046
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,24 @@ Great For:

###CocoaPods

Edit your Podfile.
Add into your Podfile.

````
pod "PulsingHalo"
````

And `$ pod install`
Then `$ pod install`

###Carthage

Add into your Cartfile.

```
github "shu223/PulsingHalo"
```

Then `$ carthage update`


###Manual

Expand Down

0 comments on commit 4e50046

Please sign in to comment.