[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 9 / 0 / 1 / CameraFeedImageProvider / 1.0 / CameraFeedImageProvider.podspec.json
blob500ae396ee6022babc685592dc2253e5489c5ca3
2   "name": "CameraFeedImageProvider",
3   "version": "1.0",
4   "summary": "Swift 3 library that provides UIImage objects from the camera.",
5   "description": "A simple, easy to use way to get a stream of UIImage objects from one of a device's cameras. Written in Swift 3.",
6   "homepage": "https://github.com/haroldbouley/Swift-CameraFeedImageProvider",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Harold BOULEY": "harold.bh@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/haroldbouley/Swift-CameraFeedImageProvider.git",
16     "tag": "1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": [
22     "CameraFeedImageProvider/*.swift",
23     "CameraFeedImageProvider/InternalUtils/*.swift"
24   ],
25   "frameworks": [
26     "Foundation",
27     "UIKit",
28     "AVFoundation"
29   ],
30   "pushed_with_swift_version": "3.0"