| { |
| "name": "CameraPreviewController", |
| "version": "1.2.0", |
| "summary": "Basic camera preview controller based on GPUImage library inside.", |
| "description": "Full-customizable camera preview controller. Supports picture, video, filter, auto & manual touch focusing, face detection, and etc.", |
| "homepage": "https://github.com/DragonCherry/CameraPreviewController", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "DragonCherry": "dragoncherry@naver.com" |
| }, |
| "source": { |
| "git": "https://github.com/DragonCherry/CameraPreviewController.git", |
| "tag": "1.2.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "CameraPreviewController/Classes/**/*", |
| "dependencies": { |
| "TinyLog": [ |
| |
| ], |
| "GPUImage": [ |
| |
| ], |
| "AttachLayout": [ |
| |
| ] |
| }, |
| "pushed_with_swift_version": "3.0" |
| } |