blob: 005468d51ceead9f21ac65cb476737ddebbe579a [file] [log] [blame]
{
"name": "ProtonomeAudioKitControls",
"version": "0.2.4",
"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.4"
},
"platforms": {
"ios": "8.0"
},
"ios": {
"source_files": "Classes/**/*.swift"
},
"requires_arc": true,
"dependencies": {
"AudioKit": [
"~> 2.0"
],
"Bezzy": [
],
"Degrad": [
],
"Lerp": [
],
"SnapKit": [
]
}
}