From aeb1f09c8c4703376fdc4c043c80190817f29340 Mon Sep 17 00:00:00 2001 From: Srdan Rasic Date: Fri, 27 Nov 2015 14:51:12 +0100 Subject: [PATCH] Update podspec --- ReactiveKit.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ReactiveKit.podspec b/ReactiveKit.podspec index 5aa8bac..c482dd8 100644 --- a/ReactiveKit.podspec +++ b/ReactiveKit.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = "ReactiveKit" - s.version = "1.0.6" + s.version = "1.0.8" s.summary = "A Swift Reactive Programming Framework" s.description = "ReactiveKit is a collection of Swift frameworks for reactive and functional reactive programming." s.homepage = "https://github.com/ReactiveKit/ReactiveKit" s.license = 'MIT' s.author = { "Srdan Rasic" => "srdan.rasic@gmail.com" } - s.source = { :git => "https://github.com/ReactiveKit/ReactiveKit.git", :tag => "v1.0.6" } + s.source = { :git => "https://github.com/ReactiveKit/ReactiveKit.git", :tag => "v1.0.8" } s.ios.deployment_target = '8.0' s.osx.deployment_target = '10.9'