[Add] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / f / 5 / 3 / libvorbis / 1.3.7 / libvorbis.podspec.json
blob4f74c50608a6977b2910b3910a6f580270fa886d
2   "name": "libvorbis",
3   "version": "1.3.7",
4   "summary": "Low-level Vorbis audio codec library",
5   "description": "Xiph's C-based Vorbis audio codec library, packaged for iOS and macOS.\nNeeded for decoding or encoding of audio in Ogg and WebM media.",
6   "homepage": "https://xiph.org/vorbis/",
7   "license": {
8     "type": "BSD",
9     "file": "COPYING"
10   },
11   "authors": {
12     "Brion Vibber (packager)": "brion@pobox.com"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.10"
17   },
18   "source": {
19     "http": "https://downloads.xiph.org/releases/vorbis/libvorbis-1.3.7.tar.xz",
20     "sha1": "0a2dd71a999656b8091506839e8007a61a8fda1f"
21   },
22   "prepare_command": "echo 'framework module vorbis {' > vorbis.modulemap\necho '  module vorbisfile {' >> vorbis.modulemap\necho '    header \"vorbisfile.h\"' >> vorbis.modulemap\necho '    header \"codec.h\"' >> vorbis.modulemap\necho '    export *' >> vorbis.modulemap\necho '  }' >> vorbis.modulemap\necho '  module vorbisenc {' >> vorbis.modulemap\necho '    header \"vorbisenc.h\"' >> vorbis.modulemap\necho '    header \"codec.h\"' >> vorbis.modulemap\necho '    export *' >> vorbis.modulemap\necho '  }' >> vorbis.modulemap\necho '}' >> vorbis.modulemap",
23   "compiler_flags": [
24     "-O3",
25     "-iquote \"$PODS_ROOT/libvorbis/lib\"",
26     "-Wno-conversion",
27     "-Wno-unused-variable",
28     "-Wno-unused-function",
29     "-Wno-documentation-deprecated-sync",
30     "-Wno-shorten-64-to-32"
31   ],
32   "source_files": [
33     "lib/**/*.{c,h}",
34     "include/**/*.h"
35   ],
36   "exclude_files": [
37     "lib/psytune.c",
38     "lib/tone.c",
39     "lib/barkmel.c"
40   ],
41   "public_header_files": "include/**/*.h",
42   "header_dir": "vorbis",
43   "module_name": "vorbis",
44   "module_map": "vorbis.modulemap",
45   "dependencies": {
46     "libogg": [
47       ">=1.0"
48     ]
49   }