File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change 1- [ ![ Build Status] ( https://travis-ci.org/typelift/Concurrent.svg?branch=master )] ( https://travis-ci.org/typelift/Concurrent )
2-
31Concurrent
42==========
53
@@ -141,6 +139,17 @@ Setup
141139
142140Concurrent 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-
159164License
160165=======
161166
You can’t perform that action at this time.
0 commit comments