blob: d2de496d0daf9a71ecff5fe35198c1c046af944d [file] [log] [blame]
{
"name": "LVGSwiftSystemSoundServices",
"version": "0.2.1",
"summary": "A Swift wrapper around Audio Toolbox's System Sound Services.",
"description": "LVGSwiftSystemSoundServices wraps Audio Toolbox's System Sound Services in an easy to use set of Swift functions. It includes a protocol, SystemSoundType, that lets you easily add system sound functionality to any object. It also includes the SystemSound class that loads and plays system sounds.",
"homepage": "https://github.com/letvargo/LVGSwiftSystemSoundServices",
"license": "MIT",
"authors": {
"Aaron Rasmussen": "letvargo@gmail.com"
},
"source": {
"git": "https://github.com/letvargo/LVGSwiftSystemSoundServices.git",
"tag": "0.2.1"
},
"social_media_url": "https://twitter.com/letvargo",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"requires_arc": true,
"source_files": "Source/**/*",
"frameworks": "AudioToolbox",
"dependencies": {
"LVGUtilities": [
"~> 0.1.3"
]
}
}