blob: f72e53d4656043173e0b0419ba7f3a712995cc23 [file] [log] [blame]
{
"name": "CameraView",
"version": "0.0.2",
"summary": "CameraView show live cam to custom view",
"description": "This source heple show live camera in custom view and can capture image",
"homepage": "https://github.com/buithuyen/CameraView",
"license": "MIT",
"authors": {
"ThuyenBV": "lionking_bt214@yahoo.com"
},
"source": {
"git": "https://github.com/buithuyen/CameraView.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"CameraView": [
"Pod/Assets/*.png"
]
}
}