diff --git a/README.md b/README.md index 20b8c31..775dde0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@

+ Carthage compatible CocoaPods compatible Platform

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