[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 2 / 8 / 0 / libsamplerate / 0.1.9 / libsamplerate.podspec.json
blobc6c7724887b424d7fa3c1c440444f580dab37905
2   "name": "libsamplerate",
3   "version": "0.1.9",
4   "summary": "Secret Rabbit Code (aka libsamplerate) is a Sample Rate Converter for audio.",
5   "homepage": "http://www.mega-nerd.com/SRC/",
6   "license": {
7     "type": "BSD-2",
8     "file": "LICENSE"
9   },
10   "authors": "Erik de Castro",
11   "platforms": {
12     "ios": "10.0",
13     "osx": "10.7"
14   },
15   "source": {
16     "git": "https://github.com/filmicpro/libsamplerate.git",
17     "tag": "0.1.9"
18   },
19   "source_files": "libsamplerate/*.{h,c}",
20   "public_header_files": "libsamplerate/samplerate.h",
21   "private_header_files": [
22     "libsamplerate/common.h",
23     "libsamplerate/config.h",
24     "libsamplerate/fastest_coeffs.h",
25     "libsamplerate/float_cast.h",
26     "libsamplerate/high_qual_coeffs.h",
27     "libsamplerate/mid_qual_coeffs.h"
28   ]