Skip to content

Commit c29864d

Browse files
author
Anthony Weiss
committed
Add Carthage info to README
1 parent 956910d commit c29864d

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ TransitionKit is a small Cocoa library that provides an API for implementing a s
2020
* Thorougly unit tested. You know it works and can make changes with confidence.
2121
* Lightweight. TransitionKit has no dependencies beyond the Foundation library and works on iOS and Mac OS X.
2222

23-
## Installation via CocoaPods
23+
## Installation
24+
25+
### Via CocoaPods
2426

2527
The recommended approach for installing TransitionKit is via the [CocoaPods](http://cocoapods.org/) package manager, as it provides flexible dependency management and dead simple installation. For best results, it is recommended that you install via CocoaPods **>= 0.16.0** using Git **>= 1.8.0** installed via Homebrew.
2628

@@ -54,6 +56,16 @@ Open your project in Xcode from the .xcworkspace file (not the usual project fil
5456
$ open MyProject.xcworkspace
5557
```
5658

59+
### Via Carthage
60+
61+
Instructions for using Carthage can be found [here](https://github.com/Carthage/Carthage).
62+
63+
Add the following to your Cartfile:
64+
65+
```
66+
github "blakewatters/TransitionKit"
67+
```
68+
5769
## Examples
5870

5971
#### Simple Example

0 commit comments

Comments
 (0)