Skip to content

Commit d872761

Browse files
authored
Include prerelease tags in Carthage/Pods tutorial.
1 parent b9b6e60 commit d872761

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ If you use [Carthage][] to manage your dependencies, simply add
278278
ReactiveSwift to your `Cartfile`:
279279

280280
```
281-
github "ReactiveCocoa/ReactiveSwift"
281+
github "ReactiveCocoa/ReactiveSwift" "1.0.0-alpha.3"
282282
```
283283

284284
If you use Carthage to build your dependencies, make sure you have added `ReactiveSwift.framework`, and `Result.framework` to the "_Linked Frameworks and Libraries_" section of your target, and have included them in your Carthage framework copying build phase.
@@ -289,7 +289,7 @@ If you use [CocoaPods][] to manage your dependencies, simply add
289289
ReactiveSwift to your `Podfile`:
290290

291291
```
292-
pod 'ReactiveSwift', :git => 'https://github.com/ReactiveCocoa/ReactiveSwift.git'
292+
pod 'ReactiveSwift', '1.0.0-alpha.3'
293293
```
294294

295295
#### Swift Package Manager

0 commit comments

Comments
 (0)