blob: 389f1bdcdae380816dad4bb1e995fd1ec51e682d [file] [log] [blame]
{
"name": "LVGSwiftSystemSoundServices",
"version": "1.0.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": "1.0.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": [
"~> 1.0"
]
}
}