Skip to content

Commit 75ba3bc

Browse files
Update legacy-1.x refs in README
1 parent 4caece1 commit 75ba3bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ PromiseKit is a thoughtful and complete implementation of promises for iOS and O
2222

2323
# Which PromiseKit Should I Use?
2424

25-
If you are writing a library, **use PromiseKit 1.6**. This is because PromiseKit > 2 breaks everytime Swift changes. While Swift is in flux it is not feasible to depend on a library that will break every time Xcode updates.
25+
If you are writing a library, [**use PromiseKit 1.x**](https://github.com/mxcl/PromiseKit/tree/legacy-1.x). This is because PromiseKit > 2 breaks everytime Swift changes. While Swift is in flux it is not feasible to depend on a library that will break every time Xcode updates.
2626

2727
If you are making an app then PromiseKit 3 is the best PromiseKit, you may have to make some fixes when Xcode updates, but probably you will be OK as long as you update PromiseKit when Xcode updates.
2828

@@ -85,7 +85,7 @@ github "mxcl/PromiseKit" ~> 2.0
8585

8686
Neither CocoaPods or Carthage will install PromiseKit 2 for an iOS 7 target. Your options are:
8787

88-
1. `pod "PromiseKit", "~> 1.5"` †‡
88+
1. `pod "PromiseKit", "~> 1.7"` †‡
8989
2. Use our [iOS 7 EZ-Bake](https://github.com/PromiseKit/EZiOS7)
9090
3. Download our pre-built static framework (coming soon!)
9191

0 commit comments

Comments
 (0)