[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / d / 6 / 2 / MuseumGuide / 0.0.1 / MuseumGuide.podspec.json
blob4162dba55c105ebdac3edbc4b838b0200f93c864
2   "name": "MuseumGuide",
3   "version": "0.0.1",
4   "summary": "A small framework that makes UIImage accessible",
5   "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.",
6   "homepage": "https://github.com/larcus94/MuseumGuide",
7   "screenshots": "https://raw.githubusercontent.com/larcus94/MuseumGuide/master/Screenshots/Example.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Laurin Brandner": "hello@laurinbrandner.ch"
14   },
15   "social_media_url": "http://twitter.com/larcus94",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source": {
20     "git": "https://github.com/larcus94/MuseumGuide.git",
21     "tag": "0.0.1"
22   },
23   "source_files": "MuseumGuide/MuseumGuide/*.swift",
24   "frameworks": [
25     "CoreImage",
26     "ImageIO",
27     "CoreGraphics",
28     "AVFoundation"
29   ],
30   "requires_arc": true