[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / 4 / 3 / a / libogg / 1.3.5 / libogg.podspec.json
blob50a1e6209dc69a7583d9d0c535af103f17399798
2   "name": "libogg",
3   "version": "1.3.5",
4   "summary": "Low-level media demuxer/muxer library",
5   "platforms": {
6     "ios": "9.0",
7     "osx": "10.9"
8   },
9   "description": "Xiph's C-based Ogg media stream demuxer/muxer library, packaged for iOS.\nNeeded for decoding or encoding of Ogg Theora video and Vorbis audio.",
10   "homepage": "https://xiph.org/ogg/",
11   "license": {
12     "type": "BSD",
13     "file": "COPYING"
14   },
15   "authors": {
16     "Brion Vibber (packager)": "brion@pobox.com"
17   },
18   "social_media_url": "https://planet.xiph.org/",
19   "source": {
20     "http": "https://downloads.xiph.org/releases/ogg/libogg-1.3.5.tar.xz"
21   },
22   "prepare_command": "echo 'framework module ogg {' > ogg.modulemap\necho '  umbrella header \"ogg.h\"' >> ogg.modulemap\necho '  module ogg {' >> ogg.modulemap\necho '    header \"ogg.h\"' >> ogg.modulemap\necho '    export *' >> ogg.modulemap\necho '  }' >> ogg.modulemap\necho '}' >> ogg.modulemap",
23   "compiler_flags": [
24     "-O3",
25     "-Wno-shorten-64-to-32"
26   ],
27   "source_files": [
28     "src",
29     "include/**/*.h"
30   ],
31   "public_header_files": "include/**/*.h",
32   "header_dir": "ogg",
33   "module_name": "ogg",
34   "module_map": "ogg.modulemap"