blob: 6a328fe2dded9e97785da4e997f6c726e1ac0cbd [file] [log] [blame]
{
"name": "MPSoundEngine",
"version": "1.0.0",
"summary": "A simple engine for OS X that can synthesise sounds from a given frequency for mono or stereo output.",
"homepage": "https://github.com/matthiasplappert/MPSoundEngine",
"license": "MIT",
"authors": {
"Matthias Plappert": "matthiasplappert@me.com"
},
"source": {
"git": "https://github.com/matthiasplappert/MPSoundEngine.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/mplappert",
"platforms": {
"osx": "10.7"
},
"requires_arc": true,
"source_files": "Classes",
"frameworks": "AudioToolbox"
}