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

Commit

Permalink
PBJVision.podspec : updated podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Piemonte committed Aug 9, 2013
1 parent 8e95bb6 commit 7a14683
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.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'
Expand Down

0 comments on commit 7a14683

Please sign in to comment.