blob: 809fe226b9f26d4c3d3c673a2899065a2a797f34 [file] [log] [blame]
{
"name": "OpenCam",
"version": "0.1.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.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",
"requires_arc": true,
"dependencies": {
"GPUImage": [
]
}
}