[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / f / 6 / 3 / MMSCameraViewController / 1.0.1 / MMSCameraViewController.podspec.json
blob62f1c32e7c2b362fc8f0ddbf6fb60b50872754ab
2   "name": "MMSCameraViewController",
3   "version": "1.0.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": "1.0.1"
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   ],
28   "pushed_with_swift_version": "3.0"