[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 8 / c / Spectra / 0.0.2 / Spectra.podspec.json
blob86182268dafd97ee1f9f70c73fd954552c6e4c32
2   "name": "Spectra",
3   "version": "0.0.2",
4   "summary": "Spectra helps to analyze a signal and get it spectrum via Apple's Accelerate FFT functions",
5   "description": "Spectra helps to analyze a signal and get it FFT spectrum via Apple's Accelerate framework",
6   "homepage": "https://github.com/Hi-Rez/Spectra",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Reza Ali": "reza@hi-rez.io"
13   },
14   "social_media_url": "https://twitter.com/rezaali",
15   "source": {
16     "git": "https://github.com/Hi-Rez/Spectra.git",
17     "tag": "0.0.2"
18   },
19   "platforms": {
20     "osx": "10.10",
21     "ios": "8.0",
22     "tvos": "9.0"
23   },
24   "source_files": [
25     "Source/*.h",
26     "Source/**/*.{h,m,swift}"
27   ],
28   "frameworks": "Accelerate",
29   "module_name": "Spectra",
30   "swift_versions": "5.1",
31   "swift_version": "5.1"