blob: d30c7802673e4c074c570e20ac3611eab3d31098 [file] [log] [blame]
{
"name": "SAMSoundEffect",
"version": "0.1.0",
"authors": {
"Sam Soffes": "sam@soff.es"
},
"homepage": "https://github.com/soffes/SAMSoundEffect",
"summary": "A simple way to play a sound effect on iOS.",
"source": {
"git": "https://github.com/soffes/SAMSoundEffect.git",
"tag": "v0.1.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": null
},
"requires_arc": true,
"frameworks": [
"Foundation",
"AVFoundation"
],
"source_files": "SAMSoundEffect"
}