From 7a146839ce91baa010c16d860bcc2f86b94b8c22 Mon Sep 17 00:00:00 2001 From: Patrick Piemonte Date: Thu, 8 Aug 2013 23:43:22 -0700 Subject: [PATCH] PBJVision.podspec : updated podspec --- PBJVision.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PBJVision.podspec b/PBJVision.podspec index 84bfed7..e4a7ca8 100644 --- a/PBJVision.podspec +++ b/PBJVision.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "PBJVision" - s.version = "0.1.0" + s.version = "0.1.1" 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.0" } + s.source = { :git => "https://github.com/piemonte/PBJVision.git", :tag => "v0.1.1" } s.frameworks = 'Foundation', 'AVFoundation', 'CoreGraphics', 'CoreMedia', 'CoreVideo', 'MobileCoreServices', 'ImageIO', 'QuartzCore' s.platform = :ios, '6.0' s.source_files = 'Source'