From d3978071d7c437c1018508ca0e52ce8741b83d6f Mon Sep 17 00:00:00 2001 From: William Entriken Date: Thu, 8 May 2014 16:57:05 -0400 Subject: [PATCH] Update Podspec for v0.2.0 --- FDTake.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FDTake.podspec b/FDTake.podspec index 93e2ee2..de6d21e 100644 --- a/FDTake.podspec +++ b/FDTake.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "FDTake" - s.version = "0.1.1" + s.version = "0.2.0" s.summary = "Easily take a photo or video or choose from library." s.homepage = "https://github.com/fulldecent/FDTake" s.license = 'MIT' s.author = { "William Entriken" => "github.com@phor.net" } - s.source = { :git => "https://github.com/fulldecent/FDTake.git", :tag => "v0.1.1" } + s.source = { :git => "https://github.com/fulldecent/FDTake.git", :tag => "v0.2.0" } s.platform = :ios, '4.0' s.source_files = 'FDTakeExample/FDTakeController.{h,m}' s.resources = "FDTakeExample/*.lproj"