[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / 2 / 1 / VLBCameraView / 1.0 / VLBCameraView.podspec.json
blob09669d8a763245f257dd6c1e1a49a5abb1c50d93
2   "name": "VLBCameraView",
3   "version": "1.0",
4   "summary": "A UIVIew that shows a live feed of the camera, can be used to take a picture, preview the picture and return a UIImage of that preview.",
5   "homepage": "https://github.com/qnoid/VLBCameraView",
6   "license": "MIT",
7   "authors": {
8     "Markos Charatzas": "markos@qnoid.com"
9   },
10   "source": {
11     "git": "https://github.com/qnoid/VLBCameraView.git",
12     "tag": "1.0"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source_files": "VLBCameraView/**/*.{h,m}",
18   "frameworks": [
19     "Foundation",
20     "UIKit",
21     "AVFoundation",
22     "CoreImage",
23     "AssetsLibrary"
24   ],
25   "dependencies": {
26     "CocoaLumberjack": [
27       "1.6.2"
28     ],
29     "VLBFoundation": [
31     ]
32   },
33   "requires_arc": true