Skip to content

Commit

Permalink
Fix Podfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
srdanrasic committed Apr 6, 2016
1 parent 8f02e33 commit a8652fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ReactiveUIKit.podspec
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
Pod::Spec.new do |s|
s.name = "ReactiveUIKit"
s.version = "2.0.0-beta1"
s.version = "2.0.0-beta2"
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-beta1" }
s.source = { :git => "https://github.com/ReactiveKit/ReactiveUIKit.git", :tag => "v2.0.0-beta2" }

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

s.source_files = 'Sources/*.swift', 'ReactiveUIKit/*.h'
s.requires_arc = true

s.dependency 'ReactiveKit', '~> 2.0.0-beta1'
s.dependency 'ReactiveKit', '~> 2.0.0'
end

0 comments on commit a8652fb

Please sign in to comment.