blob: 38da4e6bf788841d8a973e41b0b709945b1dd395 [file] [log] [blame]
{
"name": "AWCameraView",
"version": "0.6.0",
"summary": "UIView to show the camera, take a picture, preview it, return UIImage",
"homepage": "https://github.com/Aw79/AWCameraView",
"license": "MIT",
"authors": {
"Andreas Woerner": "awoerner@gmx.net",
"James Billingham": "james@billingham.net",
"Markos Charatzas": "markos@qnoid.com"
},
"source": {
"git": "https://github.com/Aw79/AWCameraView.git",
"tag": "0.6.0"
},
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"source_files": "AWCameraView/*.{h,m}",
"public_header_files": "AWCameraView/*.h",
"frameworks": [
"Foundation",
"UIKit",
"AVFoundation",
"CoreMedia",
"CoreGraphics"
]
}