blob: e2366f9c3421da339a7fae9d01b7509e0b41a37a [file] [log] [blame]
{
"name": "LaughCamera",
"version": "0.0.1",
"summary": "A fast, straightforward implementation of AVFoundation camera with customizable real-time photo filters (and facial gestures recognition).",
"homepage": "https://github.com/peacemoon/LaughCamera",
"license": "MIT",
"authors": {
"An Tran": "tran.binhan@gmail.com"
},
"source": {
"git": "https://github.com/peacemoon/LaughCamera.git",
"tag": "0.0.1"
},
"social_media_url": "https://twitter.com/peacemoon",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"compiler_flags": "-fmodules",
"frameworks": [
"UIKit",
"AVFoundation",
"CoreMotion"
],
"source_files": "LaughCamera/*.{h,m}"
}