blob: 79f248a4f235eb1ed96794d59d67929f8af838e0 [file] [log] [blame]
{
"name": "FOGMJPEGImageView",
"version": "0.1",
"summary": "UIImageView subclass dedicated to displaying a MJPEG feed.",
"description": " FOGMJPEGImageView is a UIImageView subclass dedicated to displaying a MJPEG from a remote feed.\n\n A typical use case for FOGMJPEGImageView would be displaying a live webcam feed.\n",
"license": "MIT",
"homepage": "https://github.com/vfog/FOGMJPEGImageView",
"authors": "Richard C. McGuire",
"source": {
"git": "https://github.com/vfog/FOGMJPEGImageView.git",
"tag": "0.0.1"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"source_files": "FOGMJPEGImageView/**/*.{h,m}"
}