blob: a168633f52f0905452af2f872a169713c8a9c00d [file] [log] [blame]
{
"name": "SSAccessibility",
"version": "0.0.3",
"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.0.3"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "SSAccessibility/*.{h,m}",
"frameworks": [
"Foundation",
"AudioToolbox"
],
"dependencies": {
"MSWeakTimer": [
]
}
}