[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / d / 2 / 1 / librav1e / 0.1.0-beta / librav1e.podspec.json
blob2a13d1419e484544549927b9c33da368b455d8cc
2   "name": "librav1e",
3   "version": "0.1.0-beta",
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.1.0-beta"
16   },
17   "platforms": {
18     "osx": "10.7",
19     "ios": "8.0"
20   },
21   "source_files": "rav1e/include/*.h",
22   "public_header_files": "rav1e/include/*.h",
23   "ios": {
24     "vendored_libraries": "rav1e/iOS/librav1e.a"
25   },
26   "osx": {
27     "vendored_libraries": "rav1e/macOS/librav1e.a"
28   }