blob: 9d337e02416b59f0e725ced4bbdd68d2ebe8a00e [file] [log] [blame]
{
"name": "ProtonomeAudioKitControls",
"version": "0.2.3",
"summary": "ProtonomeAudioKitControls is a collection of IBDesignable-compatible controls for use with AudioKit 2.",
"homepage": "https://github.com/dclelland/ProtonomeAudioKitControls",
"license": {
"type": "MIT"
},
"authors": {
"Daniel Clelland": "daniel.clelland@gmail.com"
},
"source": {
"git": "https://github.com/dclelland/ProtonomeAudioKitControls.git",
"tag": "0.2.3"
},
"platforms": {
"ios": "8.0"
},
"ios": {
"source_files": "Classes/**/*.swift"
},
"requires_arc": true,
"dependencies": {
"AudioKit": [
"~> 2.0"
],
"Bezzy": [
],
"Degrad": [
],
"Lerp": [
],
"SnapKit": [
]
}
}