blob: 52f857ec80c6f2907b8089b4568a752c988aa616 [file] [log] [blame]
{
"name": "ProtonomeAudioKitControls",
"version": "1.5.1",
"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.5.1"
},
"platforms": {
"ios": "11.0"
},
"ios": {
"source_files": "Classes/**/*.swift"
},
"swift_versions": "5.0",
"requires_arc": true,
"dependencies": {
"AudioKit": [
"~> 2.3"
],
"Bezzy": [
"~> 1.4"
],
"Degrad": [
"~> 1.2"
],
"Lerp": [
"~> 2.2"
],
"SnapKit": [
"~> 5.0"
]
},
"swift_version": "5.0"
}