blob: ae7d6777595ce40f2d586df3a37001c1f4542cfe [file] [log] [blame]
{
"name": "PGMCameraKit",
"version": "0.1.7",
"summary": "Camera library to record video (inc pause and resume features), compress video and fully customize the camera.",
"description": "Swift library to provide all the configurations you need to create a camera view: start / pause / resume / stop recording, video compression, max video duration threshold, it follows camera orientation change, front and back camera, flash modes, video / still image modes, output quality, etc...",
"homepage": "https://github.com/pablogm/CameraKit",
"license": "MIT",
"authors": {
"Pablo GM": "invanzert@gmail.com"
},
"source": {
"git": "https://github.com/pablogm/CameraKit.git",
"tag": "0.1.7"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"CameraKit": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"PGMTimer": [
]
}
}