blob: 76573b6ef6e85c7962fc16083f9f1815ae5b08bc [file] [log] [blame]
{
"name": "DIYCam",
"version": "1.3.0",
"license": "Apache License, Version 2.0",
"summary": "A turn-key camera capture solution built on top of DIYAV (on top of AVFoundation).",
"homepage": "https://github.com/thisandagain/cam",
"authors": {
"Andrew Sliwinski": "andrew@diy.org",
"Jon Beilin": "jon@diy.org"
},
"source": {
"git": "https://github.com/thisandagain/cam.git",
"tag": "v1.3.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "DIYCam",
"requires_arc": true,
"dependencies": {
"DIYAV": [
"~> 0.2.0"
]
},
"frameworks": [
"UIKit",
"AssetsLibrary",
"AVFoundation",
"CoreGraphics",
"CoreMedia",
"MobileCoreServices",
"QuartzCore"
]
}