Skip to content

Commit

Permalink
Update ReactiveUIKit.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
srdanrasic committed May 23, 2016
1 parent 2c0078d commit d24b10e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ReactiveUIKit.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "ReactiveUIKit"
s.version = "2.0.0"
s.version = "2.0.1"
s.summary = "Reactive extensions for UIKit framework."
s.homepage = "https://github.com/ReactiveKit/ReactiveUIKit"
s.license = 'MIT'
s.author = { "Srdan Rasic" => "[email protected]" }
s.source = { :git => "https://github.com/ReactiveKit/ReactiveUIKit.git", :tag => "v2.0.0" }
s.source = { :git => "https://github.com/ReactiveKit/ReactiveUIKit.git", :tag => "v2.0.1" }

s.ios.deployment_target = '8.0'
s.tvos.deployment_target = '9.0'
Expand Down

0 comments on commit d24b10e

Please sign in to comment.