Skip to content

Commit fc0bad9

Browse files
author
Patrick Piemonte
committed
PBJVision.podspec, update tag
1 parent 8f1fdca commit fc0bad9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PBJVision.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = "PBJVision"
3-
s.version = "0.1.2"
3+
s.version = "0.1.3"
44
s.summary = "iOS camera engine, supports touch-to-record video and photo capture."
55
s.homepage = "https://github.com/piemonte/PBJVision"
66
s.license = "MIT"
77
s.authors = { "Patrick Piemonte" => "[email protected]" }
8-
s.source = { :git => "https://github.com/piemonte/PBJVision.git", :tag => "v0.1.2" }
8+
s.source = { :git => "https://github.com/piemonte/PBJVision.git", :tag => "v0.1.3" }
99
s.frameworks = 'Foundation', 'AVFoundation', 'CoreGraphics', 'CoreMedia', 'CoreVideo', 'MobileCoreServices', 'ImageIO', 'QuartzCore', 'OpenGLES', 'UIKit'
1010
s.platform = :ios, '6.0'
1111
s.source_files = 'Source'

0 commit comments

Comments
 (0)