blob: 727c22ac7db5a6287828318ed35870dae7642c9a [file] [log] [blame]
{
"name": "AWCameraView",
"version": "0.5.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.5.0"
},
"requires_arc": true,
"platforms": {
"ios": "6.0"
},
"source_files": "AWCameraView/*.{h,m}",
"public_header_files": "AWCameraView/*.h",
"frameworks": [
"Foundation",
"UIKit",
"AVFoundation",
"CoreMedia",
"CoreGraphics"
]
}