Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Spriter committed May 26, 2016
2 parents 354045a + 06d39e9 commit 2263a3f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<p align="left">
<a href="https://github.com/Carthage/Carthage"><img alt="Carthage compatible" src="https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat"/></a>
<a href="https://img.shields.io/cocoapods/v/SwiftyHue.svg"><img alt="CocoaPods compatible" src="https://img.shields.io/cocoapods/v/SwiftyHue.svg"/></a>
<a href="https://img.shields.io/cocoapods/p/SwiftyHue.svg"><img alt="Platform" src="https://img.shields.io/cocoapods/p/SwiftyHue.svg"/></a>
</p>
Expand All @@ -10,6 +11,16 @@ Work in progress...

## Installation

### Carthage

[Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that automates the process of adding frameworks to your Cocoa application.

To integrate SwiftyHue into your Xcode project using Carthage, specify it in your `Cartfile`:

```ogdl
github "Spriter/SwiftyHue"
```

### CocoaPods
[CocoaPods](http://cocoapods.org) is a dependency manager for Cocoa projects. You can install it with the following command:
```bash
Expand Down Expand Up @@ -53,3 +64,13 @@ We use ['Log'](https://github.com/delba/Log) for Logging. Log` is a powerful log
We'd love to see your ideas for improving this repo! The best way to contribute is by submitting a pull request. We'll do our best to respond to your patch as soon as possible. You can also submit a issue if you find bugs. :octocat:

Please make sure to follow our general coding style and add test coverage for new features!

### Needs
You need [Carthage](https://github.com/Carthage/Carthage) to work on the SwiftyHue Project.
If you have Carthage installed just run
```bash
$ carthage bootstrap
```
in the root directory of the project.
Remember to build the SwiftyHue framework targets to run the example application targets.

0 comments on commit 2263a3f

Please sign in to comment.