blob: 88b0b0ff77600951c4a0284354f0ddc77882f059 [file] [log] [blame]
{
"name": "BDGSoundPlayer",
"version": "0.0.2",
"summary": "Lightweight audio player with 1 line of code, supports simple system sounds but also mp3 files",
"description": "A lightweight audio player that can be dropped in any xCode project. You can preload simple audio files such as .caf/.wav/etc. and then play them with 1 line of code. You can also play mp3 files with 1 line of code from anywhere.",
"homepage": "https://github.com/BobDG/BDGSoundPlayer",
"authors": {
"Bob de Graaf": "graafict@gmail.com"
},
"license": "MIT",
"source": {
"git": "https://github.com/BobDG/BDGSoundPlayer.git",
"tag": "0.0.2"
},
"source_files": "**/*.{h,m}",
"frameworks": [
"AVFoundation",
"AudioToolbox"
],
"platforms": {
"ios": null
},
"requires_arc": true
}