Skip to content

Commit eb23ecc

Browse files
committed
Add Carthage instructions
1 parent 57573ce commit eb23ecc

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
[![Build Status](https://travis-ci.org/typelift/Concurrent.svg?branch=master)](https://travis-ci.org/typelift/Concurrent)
2-
31
Concurrent
42
==========
53

@@ -141,6 +139,17 @@ Setup
141139

142140
Concurrent can be included one of two ways:
143141

142+
**Using Carthage**
143+
144+
- Add Concurrent to your Cartfile
145+
- Run `carthage update`
146+
- Drag the relevant copy of Concurrent into your project.
147+
- Expand the Link Binary With Libraries phase
148+
- Click the + and add Concurrent
149+
- Click the + at the top left corner to add a Copy Files build phase
150+
- Set the directory to `Frameworks`
151+
- Click the + and add Concurrent and Swiftz
152+
144153
**Framework**
145154

146155
- Drag Concurrent.xcodeproj or Concurrent-iOS.xcodeproj into your project tree as a subproject
@@ -152,10 +161,6 @@ Concurrent can be included one of two ways:
152161
- Set the directory to Frameworks
153162
- Click the + and add Concurrent
154163

155-
**Standalone**
156-
157-
Copy the swift files under Concurrent/Concurrent into your project.
158-
159164
License
160165
=======
161166

0 commit comments

Comments
 (0)