From 2b1bb026628040dd77285055d321ec9932fa4dd0 Mon Sep 17 00:00:00 2001 From: Patrick Piemonte Date: Mon, 20 Oct 2014 08:38:22 -0700 Subject: [PATCH] bump build to v0.3.4 --- PBJVision.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PBJVision.podspec b/PBJVision.podspec index 8bbc879..1c2b25e 100644 --- a/PBJVision.podspec +++ b/PBJVision.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "PBJVision" - s.version = "0.3.3" + s.version = "0.3.4" s.summary = "iOS camera engine, supports touch-to-record video, slow motion video, and photo capture." s.homepage = "https://github.com/piemonte/PBJVision" s.license = "MIT" s.authors = { "Patrick Piemonte" => "piemonte@alumni.cmu.edu" } - s.source = { :git => "https://github.com/piemonte/PBJVision.git", :tag => "v0.3.3" } + s.source = { :git => "https://github.com/piemonte/PBJVision.git", :tag => "v0.3.4" } s.frameworks = 'Foundation', 'AVFoundation', 'CoreGraphics', 'CoreMedia', 'CoreVideo', 'MobileCoreServices', 'ImageIO', 'QuartzCore', 'OpenGLES', 'UIKit' s.platform = :ios, '6.0' s.source_files = 'Source'