blob: a3293aec3aa64d802467ab69dd50b256797f8255 [file] [log] [blame]
{
"name": "OpenCam",
"version": "0.1",
"platforms": {
"ios": "6.0"
},
"license": "MIT",
"summary": "An iOS camera library with image filters.",
"homepage": "https://github.com/tuoxie007/OpenCam",
"authors": {
"Jason Hsu": "support@tuoxie.me"
},
"source": {
"git": "https://github.com/tuoxie007/OpenCam.git",
"tag": "0.1"
},
"description": "OpenCam is an easy-to-use camera library with image filters based on GPUImage working on iOS device.",
"source_files": "OpenCam/OpenCam/Sources/**/*.{h,m}",
"frameworks": [
"ImageIO",
"Foundation",
"CoreGraphics",
"UIKit"
],
"resources": "OpenCam/OpenCam/OpenCam.bundle/**/*.{png,strings}",
"requires_arc": true,
"dependencies": {
"GPUImage": [
]
}
}