blob: 85d74b265876215c85dd8dba54e09476eb320218 [file] [log] [blame]
{
"name": "MMSCameraViewController",
"version": "0.1.4",
"summary": "Presents a camera for capturing a still image and returns it through the delegate.",
"description": "MMSCameraViewController provides the feature for presenting a camera to capture still images only. It leaves the features for presenting a confirmation screen and cropping tools to the application to support. Captured images are passed back to the presenting view controller through the delegate method.",
"homepage": "https://github.com/miller-ms/MMSCameraViewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"William Miller": "support@millermobilesoft.com"
},
"source": {
"git": "https://github.com/miller-ms/MMSCameraViewController.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MMSCameraViewController/Classes/**/*.swift",
"resource_bundles": {
"MMSCameraViewControllerResources": [
"MMSCameraViewController/Assets/**/*"
]
},
"frameworks": [
"UIKit",
"AVFoundation",
"Foundation"
]
}