From e147bd4ad57b6a828610982dc66f08fc7fd4d6a9 Mon Sep 17 00:00:00 2001 From: Le Van Nghia Date: Mon, 1 Jun 2015 23:30:14 +0900 Subject: [PATCH] release 0.0.3 --- Future.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Future.podspec b/Future.podspec index 400ebfe..6b1d7db 100644 --- a/Future.podspec +++ b/Future.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Future" - s.version = "0.0.2" + s.version = "0.0.3" s.summary = "Swift µframework providing Future." s.homepage = "https://github.com/nghialv/Future" s.license = { :type => "MIT", :file => "LICENSE" } @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.platform = :ios s.ios.deployment_target = "8.0" - s.source = { :git => "https://github.com/nghialv/Future.git", :tag => "0.0.2" } + s.source = { :git => "https://github.com/nghialv/Future.git", :tag => "0.0.3" } s.source_files = "Future/*.swift" s.requires_arc = true s.dependency "Result", "0.4.3"