blob: 727ac7795ddc53db69d29f151c172b424fb6bd92 [file] [log] [blame]
{
"name": "AESampler",
"version": "0.1.1",
"summary": "An AUSampler wrapper for TheAmazingAudioEngine",
"description": "An AUSampler wrapper for TheAmazingAudioEngine. Subclasses AEAudioUnitChannel.",
"homepage": "https://github.com/dave234/AESampler",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dave234": "dave234@users.noreply.github.com"
},
"source": {
"git": "https://github.com/dave234/AESampler.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "6.0"
},
"source_files": "AESampler/Classes/**/*",
"dependencies": {
"TheAmazingAudioEngine": [
"> 1.5.1"
],
"AUPresetManager": [
"~> 0.1.0"
]
}
}