From 32530099ff1842c58d2ca9fdfa11979972e191b5 Mon Sep 17 00:00:00 2001 From: Patrick Piemonte Date: Wed, 26 Mar 2014 12:08:28 -0700 Subject: [PATCH] podspec, bumped to v0.1.8 --- PBJVision.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PBJVision.podspec b/PBJVision.podspec index 59195e3..6372284 100644 --- a/PBJVision.podspec +++ b/PBJVision.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "PBJVision" - s.version = "0.1.6" + s.version = "0.1.8" s.summary = "iOS camera engine, supports touch-to-record 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.1.6" } + s.source = { :git => "https://github.com/piemonte/PBJVision.git", :tag => "v0.1.8" } s.frameworks = 'Foundation', 'AVFoundation', 'CoreGraphics', 'CoreMedia', 'CoreVideo', 'MobileCoreServices', 'ImageIO', 'QuartzCore', 'OpenGLES', 'UIKit' s.platform = :ios, '6.0' s.source_files = 'Source'