blob: ed971319974737434b5f8f6024dd5d2b56ce6a2f [file] [log] [blame]
{
"name": "ProtonomeAudioKitControls",
"version": "1.4.0",
"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": "1.4.0"
},
"platforms": {
"ios": "8.0"
},
"ios": {
"source_files": "Classes/**/*.swift"
},
"swift_versions": "4.2",
"requires_arc": true,
"dependencies": {
"Bezzy": [
"~> 1.3"
],
"Degrad": [
"~> 1.1"
],
"Lerp": [
"~> 2.1"
],
"SnapKit": [
"~> 4.2"
]
},
"swift_version": "4.2"
}