blob: d50717da63b7be7e60b57a08e2dc045382553952 [file] [log] [blame]
{
"name": "DIYCam",
"version": "1.2.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.2.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "DIYCam",
"requires_arc": true,
"dependencies": {
"DIYAV": [
"~> 0.1.0"
]
},
"frameworks": [
"UIKit",
"AssetsLibrary",
"AVFoundation",
"CoreGraphics",
"CoreMedia",
"MobileCoreServices",
"QuartzCore"
]
}