[Add] RegulaCommonNightly 7.5.939
[CocoaPods.git] / Specs / 3 / a / 9 / AWCameraView / 0.4.0 / AWCameraView.podspec.json
blobecdbf4ba43937675968a0648806e8b0a76affca0
2   "name": "AWCameraView",
3   "version": "0.4.0",
4   "summary": "UIView to show the camera, take a picture, preview it, return UIImage",
5   "homepage": "https://github.com/Aw79/AWCameraView",
6   "license": "MIT",
7   "authors": {
8     "Andreas Woerner": "awoerner@gmx.net",
9     "James Billingham": "james@billingham.net",
10     "Markos Charatzas": "markos@qnoid.com"
11   },
12   "source": {
13     "git": "https://github.com/Aw79/AWCameraView.git",
14     "tag": "0.4.0"
15   },
16   "requires_arc": true,
17   "platforms": {
18     "ios": "6.0"
19   },
20   "source_files": "AWCameraView/*.{h,m}",
21   "public_header_files": "AWCameraView/*.h",
22   "frameworks": [
23     "Foundation",
24     "UIKit",
25     "AVFoundation",
26     "CoreMedia",
27     "CoreGraphics"
28   ]