[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / f / 6 / 3 / MMSCameraViewController / 0.1.1 / MMSCameraViewController.podspec.json
blob6158a6208555402490016b29d6752d121282948d
2   "name": "MMSCameraViewController",
3   "version": "0.1.1",
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": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "MMSCameraViewController/Classes/**/*",
22   "resource_bundles": {
23     "MMSCameraViewController": [
24       "MMSCameraViewController/Assets/*.png"
25     ]
26   },
27   "frameworks": [
28     "UIKit",
29     "AVFoundation",
30     "Foundation"
31   ]