We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 655d455 commit 08fe4ffCopy full SHA for 08fe4ff
1 file changed
ReactiveUIKit.podspec
@@ -1,11 +1,11 @@
1
Pod::Spec.new do |s|
2
s.name = "ReactiveUIKit"
3
- s.version = "2.0.0-beta4"
+ s.version = "2.0.0-beta5"
4
s.summary = "Reactive extensions for UIKit framework."
5
s.homepage = "https://github.com/ReactiveKit/ReactiveUIKit"
6
s.license = 'MIT'
7
s.author = { "Srdan Rasic" => "srdan.rasic@gmail.com" }
8
- s.source = { :git => "https://github.com/ReactiveKit/ReactiveUIKit.git", :tag => "v2.0.0-beta4" }
+ s.source = { :git => "https://github.com/ReactiveKit/ReactiveUIKit.git", :tag => "v2.0.0-beta5" }
9
10
s.ios.deployment_target = '8.0'
11
s.tvos.deployment_target = '9.0'
0 commit comments