blob: e552101288dc31eab8c6564cf4883127d0dbfcd5 [file] [log] [blame]
{
"name": "ARCameraView",
"version": "1.0.2",
"summary": "A drop-in view for iOS that gives access to the device cameras and allows photos to be captured.",
"description": "A drop-in view for iOS that gives access to the device cameras and allows photos to be captured. This enables photos to be captured from ny view controller without having to present UIImagePickerViewController as another separate view controller.",
"homepage": "https://github.com/aderussell/ARCameraView",
"license": "MIT",
"authors": {
"aderussell": "adrianrussell@me.com"
},
"social_media_url": "http://twitter.com/ade177",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/aderussell/ARCameraView.git",
"tag": "1.0.2"
},
"source_files": "ARCameraView/*",
"frameworks": [
"UIKit",
"AVFoundation",
"MobileCoreServices",
"ImageIO"
]
}