[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / d / 2 / 1 / librav1e / 0.2.0 / librav1e.podspec.json
blob7192578adaa3d4301262cfb807e27a9c2ee0ebd8
2   "name": "librav1e",
3   "version": "0.2.0",
4   "summary": "librav1e - The fastest and safest AV1 encoder.",
5   "description": "rav1e is an AV1 video encoder. It is designed to eventually cover all use cases, though in its current form it is most suitable for cases where libaom (the reference encoder) is too slow.",
6   "homepage": "https://github.com/xiph/rav1e",
7   "license": {
8     "type": "BSD 2-Clause"
9   },
10   "authors": {
11     "Xiph.org": "mailman@xiph.org"
12   },
13   "source": {
14     "git": "https://github.com/SDWebImage/librav1e-Xcode.git",
15     "tag": "0.2.0"
16   },
17   "platforms": {
18     "osx": "10.7",
19     "ios": "8.0"
20   },
21   "source_files": "rav1e/include/rav1e/*.h",
22   "preserve_paths": "rav1e/include",
23   "ios": {
24     "vendored_libraries": "rav1e/iOS/librav1e.a"
25   },
26   "osx": {
27     "vendored_libraries": "rav1e/macOS/librav1e.a"
28   }