Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekhoo authored Aug 10, 2016
1 parent 3838d09 commit fa91bae
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,28 @@ Translucid is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod "Translucid", '~> 0.0.1'
pod "Translucid", '~> 0.0.2'
```

## Carthage

[Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.

You can install Carthage with [Homebrew](http://brew.sh/) using the following command:

```bash
$ brew update
$ brew install carthage
```

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

```ogdl
github "Ekhoo/Translucid" ~> 0.0.2
```

Run `carthage update` to build the framework and drag the built `TranslucidFramework.framework` into your Xcode project.

# Usage
```swift
override func loadView() {
Expand Down

0 comments on commit fa91bae

Please sign in to comment.