[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / f / 6 / 3 / MMSCameraViewController / 1.4.0 / MMSCameraViewController.podspec.json
blob3b61a4fabdd5109cacf422bee324009ff07e4335
2   "name": "MMSCameraViewController",
3   "version": "1.4.0",
4   "summary": "Presents a camera for capturing a still image and returns it through the delegate.",
5   "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.",
6   "homepage": "https://github.com/miller-ms/MMSCameraViewController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "William Miller": "support@millermobilesoft.com"
13   },
14   "source": {
15     "git": "https://github.com/miller-ms/MMSCameraViewController.git",
16     "tag": "1.4.0"
17   },
18   "swift_version": "4.2",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "MMSCameraViewController/Classes/**/*.swift",
23   "resources": "MMSCameraViewController/Assets/**/*",
24   "frameworks": [
25     "UIKit",
26     "AVFoundation",
27     "Foundation"
28   ]