[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / c / 6 / 2 / RUImageCaptureView / 0.1.4 / RUImageCaptureView.podspec.json
blob4d3e9ee939d065e89c214424b22a5c52e61ee916
2   "name": "RUImageCaptureView",
3   "version": "0.1.4",
4   "summary": "A subclass of `UIView` that displays video input from camera devices.",
5   "description": "Provides `RUImageCaptureView`, a subclass of `UIView` that displays video input from camera devices. Provides a few properties to control some other camera-related features.",
6   "homepage": "https://github.com/Resplendent/RUImageCaptureView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Benjamin Maer": "ben@resplendent.co",
13     "Richard Reitzfeld": "richie.reitzfeld@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/Resplendent/RUImageCaptureView.git",
17     "tag": "v0.1.4"
18   },
19   "platforms": {
20     "ios": "7.0"
21   },
22   "source_files": "RUImageCaptureView/Classes/**/*",
23   "dependencies": {
24     "ResplendentUtilities": [
25       "~> 0.5.0"
26     ]
27   }