| { |
| "name": "CameraFeedImageProvider", |
| "version": "1.0", |
| "summary": "Swift 3 library that provides UIImage objects from the camera.", |
| "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.", |
| "homepage": "https://github.com/haroldbouley/Swift-CameraFeedImageProvider", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Harold BOULEY": "harold.bh@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/haroldbouley/Swift-CameraFeedImageProvider.git", |
| "tag": "1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": [ |
| "CameraFeedImageProvider/*.swift", |
| "CameraFeedImageProvider/InternalUtils/*.swift" |
| ], |
| "frameworks": [ |
| "Foundation", |
| "UIKit", |
| "AVFoundation" |
| ], |
| "pushed_with_swift_version": "3.0" |
| } |