blob: 8edb849fade445b8c32fcd71a9088434f33954ce [file] [log] [blame]
{
"name": "DIYCam",
"version": "1.0.3",
"license": "Apache License, Version 2.0",
"summary": "A “keep it simple, stupid” approach to handling photo and video capture with 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.0.3"
},
"platforms": {
"ios": null
},
"source_files": "DIYCam",
"frameworks": [
"UIKit",
"AssetsLibrary",
"AVFoundation",
"CoreGraphics",
"CoreMedia",
"MobileCoreServices",
"QuartzCore"
],
"requires_arc": false
}