blob: d0a1163ff797e7f72fcc9fc4ff1c3e41c38bdf5c [file] [log] [blame]
{
"name": "PBJVision",
"version": "0.1.5",
"summary": "iOS camera engine, supports touch-to-record 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.1.5"
},
"frameworks": [
"Foundation",
"AVFoundation",
"CoreGraphics",
"CoreMedia",
"CoreVideo",
"MobileCoreServices",
"ImageIO",
"QuartzCore",
"OpenGLES",
"UIKit"
],
"platforms": {
"ios": "6.0"
},
"source_files": "Source",
"resources": "Source/Shaders/*",
"requires_arc": true
}