[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / d / 9 / c / JBCameraView / 0.3.0 / JBCameraView.podspec.json
blob2d3f420a521a7f6d94e62881d4c7033d85b7ab56
2   "name": "JBCameraView",
3   "version": "0.3.0",
4   "summary": "UIView to show the camera, take a picture, preview it, return UIImage",
5   "homepage": "https://github.com/billinghamj/JBCameraView",
6   "license": "MIT",
7   "authors": {
8     "James Billingham": "james@billingham.net",
9     "Markos Charatzas": "markos@qnoid.com"
10   },
11   "source": {
12     "git": "https://github.com/billinghamj/JBCameraView.git",
13     "tag": "v0.3.0"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "6.0"
18   },
19   "source_files": "JBCameraView/*.{h,m}",
20   "public_header_files": "JBCameraView/*.h",
21   "frameworks": [
22     "Foundation",
23     "UIKit",
24     "AVFoundation",
25     "CoreMedia",
26     "CoreGraphics"
27   ]