From d24b10ed9ecb8e229231d2b69e6b75d1af1a83be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sr=C4=91an=20Ra=C5=A1i=C4=87?= Date: Mon, 23 May 2016 09:31:29 +0200 Subject: [PATCH] Update ReactiveUIKit.podspec --- ReactiveUIKit.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ReactiveUIKit.podspec b/ReactiveUIKit.podspec index 154ef2b..47925de 100644 --- a/ReactiveUIKit.podspec +++ b/ReactiveUIKit.podspec @@ -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" => "srdan.rasic@gmail.com" } - 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'