Skip to content

Commit

Permalink
Merge pull request #17 from ucla/master
Browse files Browse the repository at this point in the history
Carthage support
  • Loading branch information
meismyles authored Mar 9, 2017
2 parents 31b03ec + 23162f5 commit 4f218bd
Show file tree
Hide file tree
Showing 6 changed files with 543 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,25 @@ it, simply add the following line to your Podfile:
pod 'SwiftWebVC'
```

**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 SwiftWebVC into your Xcode project using Carthage, specify it in your `Cartfile`:

```ogdl
github "meismyles/SwiftWebVC"
```

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

**Manual**

* Add the `SwiftWebVC/` folder into your project.
Expand Down
Loading

0 comments on commit 4f218bd

Please sign in to comment.