blob: ca871311a673be2d3ec375ccf9f5ddf50841bb0b [file] [log] [blame]
{
"name": "TuningFork",
"version": "0.2.0",
"summary": "A Simple Tuner",
"description": "Allows for easy reading of pitch, frequency, amplitude, etc. from a device's microphone.",
"homepage": "https://github.com/comyarzaheri/TuningFork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Comyar Zaheri": ""
},
"platforms": {
"ios": "9.0",
"osx": "10.11"
},
"source": {
"git": "https://github.com/comyarzaheri/TuningFork.git",
"tag": "0.2.0"
},
"source_files": [
"TuningFork/*.{h,swift}",
"TuningFork/**/*.{h,swift}"
],
"module_name": "TuningFork",
"requires_arc": true,
"dependencies": {
"AudioKit": [
"~> 3.4"
],
"Chronos-Swift": [
"~> 0.3.0"
]
},
"pushed_with_swift_version": "3.0"
}