You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Dollar is a Swift library that provides useful functional programming helper met
23
23
24
24
## Using [Carthage](https://github.com/Carthage/Carthage)
25
25
26
-
Add `github "ankurp/Dollar" ~> 6.1.0` to your `Cartfile` and run `carthage update`. If unfamiliar with Carthage then checkout their [Getting Started section](https://github.com/Carthage/Carthage#getting-started) or this [sample app](https://github.com/ankurp/DollarCarthageApp)
26
+
Add `github "ankurp/Dollar" ~> 6.2.1` to your `Cartfile` and run `carthage update`. If unfamiliar with Carthage then checkout their [Getting Started section](https://github.com/Carthage/Carthage#getting-started) or this [sample app](https://github.com/ankurp/DollarCarthageApp)
27
27
28
28
## Using [cocoapods](http://cocoapods.org/) version 0.36.x or greater
29
29
@@ -46,7 +46,8 @@ Still stuck. Then checkout this screencast on [how to import](http://recordit.co
46
46
47
47
## Support for Xcode and Swift
48
48
49
-
* For Xcode 8 (Swift 3) user version `6.1.0`
49
+
* For Xcode 9 (Swift 4) use branch [`xcode-9-swift-4`](https://github.com/ankurp/Dollar/pull/255)
50
+
* For Xcode 8 (Swift 3) use version `6.2.1`
50
51
* For Xcode 7 (Swift 2) use version `4.1.0` or `5.2.0`
51
52
* For Xcode 6.3 (Swift 1.2) use version `3.0.3`
52
53
* For Xcode 6.1 and 6.2 (Swift 1.1) use version `2.2.0`
0 commit comments