[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / a / 9 / AWCameraView / 0.6.0 / AWCameraView.podspec.json
blob38da4e6bf788841d8a973e41b0b709945b1dd395
2   "name": "AWCameraView",
3   "version": "0.6.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.6.0"
15   },
16   "requires_arc": true,
17   "platforms": {
18     "ios": "9.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   ]