blob: 4d3a7afffab6f8d598b6ca847484c77c379d4c24 [file] [log] [blame]
{
"name": "JSQSystemSoundPlayer",
"version": "5.0.0",
"license": "MIT",
"summary": "A fancy Obj-C wrapper for Cocoa System Sound Services",
"homepage": "https://github.com/jessesquires/JSQSystemSoundPlayer",
"documentation_url": "https://jessesquires.github.io/JSQSystemSoundPlayer/",
"social_media_url": "https://twitter.com/jesse_squires",
"authors": "Jesse Squires",
"source": {
"git": "https://github.com/jessesquires/JSQSystemSoundPlayer.git",
"tag": "5.0.0"
},
"source_files": "Source/*.{h,m}",
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "9.0"
},
"frameworks": "AudioToolbox",
"requires_arc": true
}