blob: 203618ad17ce34dd1fce8af49c396e1b64e76a31 [file] [log] [blame]
{
"name": "SSAccessibility",
"version": "0.1.0",
"summary": "A VoiceOver speech synthesizer and other iOS accessibility helpers.",
"homepage": "https://github.com/splinesoft/SSAccessibility",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jonathan Hersh": "jon@her.sh"
},
"source": {
"git": "https://github.com/splinesoft/SSAccessibility.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "SSAccessibility/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit",
"AudioToolbox"
],
"social_media_url": "https://twitter.com/jhersh"
}