blob: 4162dba55c105ebdac3edbc4b838b0200f93c864 [file] [log] [blame]
{
"name": "MuseumGuide",
"version": "0.0.1",
"summary": "A small framework that makes UIImage accessible",
"description": "MuseumGuide is a small framework that makes UIImage accessible. It generates accessible labels to describe given images. It does so by extracting the exif payload and doing some basic image processing.",
"homepage": "https://github.com/larcus94/MuseumGuide",
"screenshots": "https://raw.githubusercontent.com/larcus94/MuseumGuide/master/Screenshots/Example.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Laurin Brandner": "hello@laurinbrandner.ch"
},
"social_media_url": "http://twitter.com/larcus94",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/larcus94/MuseumGuide.git",
"tag": "0.0.1"
},
"source_files": "MuseumGuide/MuseumGuide/*.swift",
"frameworks": [
"CoreImage",
"ImageIO",
"CoreGraphics",
"AVFoundation"
],
"requires_arc": true
}