File tree 1 file changed +6
-8
lines changed
1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,12 @@ This is a library implementing [futures](https://en.wikipedia.org/wiki/Future_%2
13
13
Installation
14
14
============
15
15
16
- ** Method #1 : CocoaPods**
16
+ ** Method #1 : [ CocoaPods] ( http://cocoapods.org/ ) **
17
17
18
-
19
-
20
- 1 . Depend on the podspec from this repo. For the 'bleeding edge' release, here is the podfile line:
21
-
22
- ` pod 'TwistedOakCollapsingFutures', :podspec => 'https://raw.github.com/Strilanc/ObjC-CollapsingFutures/master/TwistedOakCollapsingFutures.podspec' `
23
- 2 . Import ` TwistedOakCollapsingFutures.h ` wherever you want to access the library's types or methods
18
+ 1 . In your [ Podfile] ( http://docs.cocoapods.org/podfile.html ) , add ` pod 'TwistedOakCollapsingFutures' `
19
+ 2 . Consider [ versioning] ( http://docs.cocoapods.org/guides/dependency_versioning.html ) , like: ` pod 'TwistedOakCollapsingFutures', '~> 0.7' `
20
+ 3 . Run ` pod install `
21
+ 4 . ` #import "TwistedOakCollapsingFutures.h" ` wherever you want to access the library's types or methods
24
22
25
23
26
24
@@ -29,7 +27,7 @@ Installation
29
27
1 . Download one of the [ releases] ( https://github.com/Strilanc/ObjC-CollapsingFutures/releases ) , or clone the repo
30
28
2 . Copy the source files from the src/ folder into your project
31
29
3 . Have ARC enabled
32
- 4 . Import ` TwistedOakCollapsingFutures.h ` wherever you want to access the library's types or methods.
30
+ 4 . ` #import " TwistedOakCollapsingFutures.h" ` wherever you want to access the library's types or methods
33
31
34
32
35
33
Usage
You can’t perform that action at this time.
0 commit comments