blob: 111e5fda6c5444107b2f47c2997ffc807a904eaf [file] [log] [blame]
{
"name": "MMSCameraViewController",
"version": "1.2.1",
"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": "1.2.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "MMSCameraViewController/Classes/**/*.swift",
"resources": "MMSCameraViewController/Assets/**/*",
"frameworks": [
"UIKit",
"AVFoundation",
"Foundation"
],
"pushed_with_swift_version": "4.0"
}