Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
PBJVision.podspec, update tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Piemonte committed Nov 7, 2013
1 parent 8f1fdca commit fc0bad9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PBJVision.podspec
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "PBJVision"
s.version = "0.1.2"
s.version = "0.1.3"
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.2" }
s.source = { :git => "https://github.com/piemonte/PBJVision.git", :tag => "v0.1.3" }
s.frameworks = 'Foundation', 'AVFoundation', 'CoreGraphics', 'CoreMedia', 'CoreVideo', 'MobileCoreServices', 'ImageIO', 'QuartzCore', 'OpenGLES', 'UIKit'
s.platform = :ios, '6.0'
s.source_files = 'Source'
Expand Down

0 comments on commit fc0bad9

Please sign in to comment.