Skip to content

Commit

Permalink
Update to beta4
Browse files Browse the repository at this point in the history
  • Loading branch information
srdanrasic committed Sep 15, 2016
1 parent 99f27f1 commit b9cafef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ReactiveKit.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = "ReactiveKit"
s.version = "3.0.0-beta3"
s.version = "3.0.0-beta4"
s.summary = "A Swift Reactive Programming Framework"
s.description = "ReactiveKit is a Swift framework for reactive and functional reactive programming."
s.homepage = "https://github.com/ReactiveKit/ReactiveKit"
s.license = 'MIT'
s.author = { "Srdan Rasic" => "[email protected]" }
s.source = { :git => "https://github.com/ReactiveKit/ReactiveKit.git", :tag => "v3.0.0-beta3" }
s.source = { :git => "https://github.com/ReactiveKit/ReactiveKit.git", :tag => "v3.0.0-beta4" }

s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.9'
Expand Down

0 comments on commit b9cafef

Please sign in to comment.