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