[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / f / 6 / 3 / MMSCameraViewController / 1.0.0 / MMSCameraViewController.podspec.json
blobf804c59b92a7af9a48f627346acabdc38ff283d8
2   "name": "MMSCameraViewController",
3   "version": "1.0.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.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "MMSCameraViewController/Classes/**/*.swift",
22   "resources": "MMSCameraViewController/Assets/**/*",
23   "frameworks": [
24     "UIKit",
25     "AVFoundation",
26     "Foundation"
27   ]