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

Commit

Permalink
Update PBJVision.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Piemonte committed Jul 24, 2013
1 parent c414057 commit 78d7daa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PBJVision.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = "PBJVision"
s.version = "0.1.0"
s.summary = "iOS camera engine, supports touch-to-record video and photo capture"
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" => "[email protected]" }
s.source = { :git => "https://github.com/piemonte/PBJVision.git", :tag => "v0.1.0" }
s.platform = :ios, '6.0'
s.source_files = 'Source'
s.requires_arc = true
end
end

0 comments on commit 78d7daa

Please sign in to comment.