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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -367,7 +367,7 @@ If you use [Carthage][] to manage your dependencies, simply add
367
367
ReactiveSwift to your `Cartfile`:
368
368
369
369
```
370
-
github "ReactiveCocoa/ReactiveSwift" "1.0.0-rc.2"
370
+
github "ReactiveCocoa/ReactiveSwift" "1.0.0-rc.3"
371
371
```
372
372
373
373
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.
@@ -378,7 +378,7 @@ If you use [CocoaPods][] to manage your dependencies, simply add
378
378
ReactiveSwift to your `Podfile`:
379
379
380
380
```
381
-
pod 'ReactiveSwift', '1.0.0-rc.2'
381
+
pod 'ReactiveSwift', '1.0.0-rc.3'
382
382
```
383
383
384
384
#### Swift Package Manager
@@ -387,7 +387,7 @@ If you use Swift Package Manager, simply add ReactiveSwift as a dependency
Copy file name to clipboardExpand all lines: ReactiveSwift.podspec
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
Pod::Spec.newdo |s|
2
2
s.name="ReactiveSwift"
3
3
# Version goes here and will be used to access the git tag later on, once we have a first release.
4
-
s.version="1.0.0-rc.2"
4
+
s.version="1.0.0-rc.3"
5
5
s.summary="Streams of values over time"
6
6
s.description=<<-DESC
7
7
ReactiveSwift is a Swift framework inspired by Functional Reactive Programming. It provides APIs for composing and transforming streams of values over time.
0 commit comments