[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / 1 / e / ARCameraView / 1.0.0 / ARCameraView.podspec.json
blob930b426f63bbe9efbbcadcd390a230b014987914
2   "name": "ARCameraView",
3   "version": "1.0.0",
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.0"
19   },
20   "source_files": "ARCameraView/*",
21   "frameworks": [
22     "UIKit",
23     "AVFoundation",
24     "MobileCoreServices",
25     "ImageIO"
26   ]