blob: 75dd11d80696e61c69037ee8a4d832e90531d7ee [file] [log] [blame]
{
"name": "JBCameraView",
"version": "0.1.0",
"summary": "UIView to show the camera, take a picture, preview it, return UIImage",
"homepage": "https://github.com/billinghamj/JBCameraView",
"license": "MIT",
"authors": {
"James Billingham": "james@billingham.net",
"Markos Charatzas": "markos@qnoid.com"
},
"source": {
"git": "https://github.com/billinghamj/JBCameraView.git",
"tag": "v0.1.0"
},
"requires_arc": true,
"platforms": {
"ios": "6.0"
},
"source_files": "JBCameraView/*.{h,m}",
"public_header_files": "JBCameraView/*.h",
"frameworks": [
"Foundation",
"UIKit",
"AVFoundation",
"CoreMedia",
"CoreGraphics"
]
}