Skip to content

Commit

Permalink
Merge pull request #9765 from piemonte/master
Browse files Browse the repository at this point in the history
updated PBJVision v0.1.8
  • Loading branch information
keith committed Mar 26, 2014
2 parents fe8f60b + 053e63f commit 6846591
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions PBJVision/0.1.8/PBJVision.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = "PBJVision"
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.8" }
s.frameworks = 'Foundation', 'AVFoundation', 'CoreGraphics', 'CoreMedia', 'CoreVideo', 'MobileCoreServices', 'ImageIO', 'QuartzCore', 'OpenGLES', 'UIKit'
s.platform = :ios, '6.0'
s.source_files = 'Source'
s.resources = 'Source/Shaders/*'
s.requires_arc = true
end

0 comments on commit 6846591

Please sign in to comment.