blob: 5c2c8c5a7a0efc8adeb7db58e6395eccc5ce34e5 [file] [log] [blame]
{
"name": "DIYCam",
"version": "1.0.0",
"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.0"
},
"platforms": {
"ios": null
},
"source_files": "DIYCam",
"frameworks": [
"UIKit",
"AssetsLibrary",
"AVFoundation",
"CoreGraphics",
"CoreMedia",
"MobileCoreServices",
"QuartzCore"
],
"requires_arc": false
}