[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / 6 / 1 / e / ARCameraView / 1.0.2 / ARCameraView.podspec.json
blobe552101288dc31eab8c6564cf4883127d0dbfcd5
2   "name": "ARCameraView",
3   "version": "1.0.2",
4   "summary": "A drop-in view for iOS that gives access to the device cameras and allows photos to be captured.",
5   "description": "A drop-in view for iOS that gives access to the device cameras and allows photos to be captured. This enables photos to be captured from ny view controller without having to present UIImagePickerViewController as another separate view controller.",
6   "homepage": "https://github.com/aderussell/ARCameraView",
7   "license": "MIT",
8   "authors": {
9     "aderussell": "adrianrussell@me.com"
10   },
11   "social_media_url": "http://twitter.com/ade177",
12   "platforms": {
13     "ios": "7.0"
14   },
15   "requires_arc": true,
16   "source": {
17     "git": "https://github.com/aderussell/ARCameraView.git",
18     "tag": "1.0.2"
19   },
20   "source_files": "ARCameraView/*",
21   "frameworks": [
22     "UIKit",
23     "AVFoundation",
24     "MobileCoreServices",
25     "ImageIO"
26   ]