Skip to content

Commit d7607d4

Browse files
committed
Merge branch 'master' of github.com:Strilanc/ObjC-CollapsingFutures
2 parents 7bddde3 + 3fa44bf commit d7607d4

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

Diff for: README.md

+6-8
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,12 @@ This is a library implementing [futures](https://en.wikipedia.org/wiki/Future_%2
1313
Installation
1414
============
1515

16-
**Method #1: CocoaPods**
16+
**Method #1: [CocoaPods](http://cocoapods.org/)**
1717

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
2422

2523

2624

@@ -29,7 +27,7 @@ Installation
2927
1. Download one of the [releases](https://github.com/Strilanc/ObjC-CollapsingFutures/releases), or clone the repo
3028
2. Copy the source files from the src/ folder into your project
3129
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
3331

3432

3533
Usage

0 commit comments

Comments
 (0)