This repository has been archived by the owner on Mar 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 324
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PBJVision: onion skinning (ghosting), fixes GH-1
- Loading branch information
Patrick Piemonte
committed
Sep 5, 2013
1 parent
17eb875
commit 0080a32
Showing
10 changed files
with
494 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "PBJVision" | ||
s.version = "0.1.1" | ||
s.version = "0.1.2" | ||
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.1" } | ||
s.frameworks = 'Foundation', 'AVFoundation', 'CoreGraphics', 'CoreMedia', 'CoreVideo', 'MobileCoreServices', 'ImageIO', 'QuartzCore' | ||
s.source = { :git => "https://github.com/piemonte/PBJVision.git", :tag => "v0.1.2" } | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.