blob: ca2f72288e2349d3db57d886528ad9b5e14f6840 [file] [log] [blame]
{
"name": "PBJVision",
"version": "0.2.0",
"summary": "iOS camera engine, supports touch-to-record video, slow motion video, and photo capture.",
"homepage": "https://github.com/piemonte/PBJVision",
"license": "MIT",
"authors": {
"Patrick Piemonte": "piemonte@alumni.cmu.edu"
},
"source": {
"git": "https://github.com/piemonte/PBJVision.git",
"tag": "v0.2.0"
},
"frameworks": [
"Foundation",
"AVFoundation",
"CoreGraphics",
"CoreMedia",
"CoreVideo",
"MobileCoreServices",
"ImageIO",
"QuartzCore",
"OpenGLES",
"UIKit"
],
"platforms": {
"ios": "6.0"
},
"source_files": "Source",
"resources": "Source/Shaders/*",
"requires_arc": true
}