blob: 86182268dafd97ee1f9f70c73fd954552c6e4c32 [file] [log] [blame]
{
"name": "Spectra",
"version": "0.0.2",
"summary": "Spectra helps to analyze a signal and get it spectrum via Apple's Accelerate FFT functions",
"description": "Spectra helps to analyze a signal and get it FFT spectrum via Apple's Accelerate framework",
"homepage": "https://github.com/Hi-Rez/Spectra",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Reza Ali": "reza@hi-rez.io"
},
"social_media_url": "https://twitter.com/rezaali",
"source": {
"git": "https://github.com/Hi-Rez/Spectra.git",
"tag": "0.0.2"
},
"platforms": {
"osx": "10.10",
"ios": "8.0",
"tvos": "9.0"
},
"source_files": [
"Source/*.h",
"Source/**/*.{h,m,swift}"
],
"frameworks": "Accelerate",
"module_name": "Spectra",
"swift_versions": "5.1",
"swift_version": "5.1"
}