blob: 459c244863ae750b63de84d3806931f89a2be3ee [file] [log] [blame]
{
"name": "Audiograph",
"version": "0.3.1",
"summary": "Audio-Feedback on Charts for visually impaired Users",
"description": "iOS 13 introduced an awesome way to provide stocks-charts to visually impaired users.\nUnfortunately there is no public API from Apple that enables developers to implement it in other apps (yet).\n\nI think that charts can provide a great way of presenting information, but we should not limit their use to those without impairments.\nThis is where Audiograph comes into play.",
"homepage": "https://github.com/Tantalum73/Audiograph",
"screenshots": "https://github.com/Tantalum73/Audiograph/raw/master/Media/Audiograph_preview.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andreas Neusüß": "developer@anerma.de"
},
"source": {
"git": "https://github.com/Tantalum73/Audiograph.git",
"tag": "0.3.1"
},
"social_media_url": "https://twitter.com/Klaarname",
"platforms": {
"ios": "10.3"
},
"swift_versions": "5.1",
"source_files": "Sources/Audiograph/*",
"frameworks": [
"UIKit",
"Foundation",
"AVFoundation"
],
"swift_version": "5.1"
}