blob: 9b11027fc3719a6dd6c59946e89788d5513eb6f3 [file] [log] [blame]
{
"name": "AUPresetManager",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "AUPresetManager/Classes/**/*",
"resource_bundles": {
"AUPresetManager": [
"AUPresetManager/Assets/*.aupreset"
]
},
"frameworks": "AudioToolbox"
}