blob: 3d0df0fca84933050721db16798a641793da79f3 [file] [log] [blame]
{
"name": "SSAccessibility",
"version": "0.2.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.2.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "SSAccessibility/*.{h,m}",
"frameworks": "Foundation",
"social_media_url": "https://twitter.com/jhersh",
"compiler_flags": "-fmodules"
}