[Add] GluedInFeedSDK 2.5.1
[CocoaPods.git] / Specs / 6 / 2 / 1 / VLBCameraView / 2.0 / VLBCameraView.podspec.json
blobb1c2cd1572adc8d34f506667a4dcb644293486ab
2   "name": "VLBCameraView",
3   "version": "2.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/verylargebox/VLBCameraView",
6   "license": "MIT",
7   "authors": {
8     "Markos Charatzas": "markos@qnoid.com"
9   },
10   "source": {
11     "git": "https://github.com/verylargebox/VLBCameraView.git",
12     "tag": "2.0"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source_files": "VLBCameraView/**/*.{h,m}",
18   "resources": "VLBCameraView/**/*.xib",
19   "prefix_header_file": "VLBCameraView/VLBCameraView-Prefix.pch",
20   "frameworks": [
21     "Foundation",
22     "UIKit",
23     "AVFoundation",
24     "CoreImage",
25     "CoreMedia",
26     "CoreGraphics",
27     "AssetsLibrary"
28   ],
29   "dependencies": {
30     "CocoaLumberjack": [
31       "1.6.2"
32     ],
33     "VLBFoundation": [
35     ]
36   },
37   "requires_arc": true