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