blob: 7fdc5e7c2b90aabc5ed8b4c2d5b1a8026f39dba8 [file] [log] [blame]
{
"name": "AUPresetManager",
"version": "0.1.3",
"summary": "A class used to create presets for core audio's AUSampler",
"description": "Apple's esoteric format for the AUSampler audioUnit usually has to be created on a Mac. Edited on the mac, with file references and all, then imported into an iOS project in the app bundle. This class uses a skeleton file (created on a Mac), then is able to dynamically generate the AUPreset dictionary so that files can be loaded on the fly.",
"homepage": "https://github.com/dave234/AUPresetManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dave234": "dave234@users.noreply.github.com"
},
"source": {
"git": "https://github.com/dave234/AUPresetManager.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "6.0"
},
"source_files": "AUPresetManager/Classes/**/*",
"resource_bundles": {
"AUPresetManager": [
"AUPresetManager/Assets/*.aupreset"
]
},
"frameworks": "AudioToolbox"
}