Skip to content

Commit dc5aa5a

Browse files
committed
Update Pod.
1 parent 1fae49b commit dc5aa5a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,8 +428,8 @@ When you want to receive events on a specific dispatch queue, just use `context`
428428
### CocoaPods
429429

430430
```
431-
pod 'ReactiveKit', '~> 2.0-beta2'
432-
pod 'ReactiveUIKit', '~> 2.0-beta2'
431+
pod 'ReactiveKit', '~> 2.0-beta3'
432+
pod 'ReactiveUIKit', '~> 2.0-beta3'
433433
```
434434

435435
### Carthage

ReactiveKit.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |s|
22
s.name = "ReactiveKit"
3-
s.version = "2.0.0-beta2"
3+
s.version = "2.0.0-beta3"
44
s.summary = "A Swift Reactive Programming Framework"
55
s.description = "ReactiveKit is a collection of Swift frameworks for reactive and functional reactive programming."
66
s.homepage = "https://github.com/ReactiveKit/ReactiveKit"
77
s.license = 'MIT'
88
s.author = { "Srdan Rasic" => "[email protected]" }
9-
s.source = { :git => "https://github.com/ReactiveKit/ReactiveKit.git", :tag => "v2.0.0-beta2" }
9+
s.source = { :git => "https://github.com/ReactiveKit/ReactiveKit.git", :tag => "v2.0.0-beta3" }
1010

1111
s.ios.deployment_target = '8.0'
1212
s.osx.deployment_target = '10.9'

0 commit comments

Comments
 (0)