blob: 26109b56ad68c6273b15deee3b1cec33edf866fd [file] [log] [blame]
{
"name": "TuningFork",
"version": "0.0.5",
"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.10"
},
"source": {
"git": "https://github.com/comyarzaheri/TuningFork.git",
"tag": "0.0.5"
},
"source_files": [
"TuningFork/*.{h,swift}",
"TuningFork/**/*.{h,swift}"
],
"module_name": "TuningFork",
"requires_arc": true,
"dependencies": {
"AudioKit": [
],
"Chronos-Swift": [
]
}
}