Skip to content

Commit 36e8476

Browse files
committed
Update v0.7.0
1 parent 6790e2d commit 36e8476

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Since Xcode does not support Rust, we provide a pre-built binary on target platf
1212

1313
## Requirements
1414

15-
+ iOS 8
16-
+ macOS 10.7 (64-bit only)
15+
+ iOS 9
16+
+ macOS 10.11 (64-bit only)
1717

1818
tvOS and watchOS is not supported currently because of Rust language itself, see: [rust-lang/rust#48862](https://github.com/rust-lang/rust/issues/48862)
1919

librav1e.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
"0.3.3": "https://github.com/SDWebImage/librav1e-Xcode/releases/download/0.3.3/librav1e.zip",
66
"0.3.4": "https://github.com/SDWebImage/librav1e-Xcode/releases/download/0.3.4/librav1e.zip",
77
"0.6.0": "https://github.com/SDWebImage/librav1e-Xcode/releases/download/0.6.0/librav1e.zip",
8-
"0.6.1": "https://github.com/SDWebImage/librav1e-Xcode/releases/download/0.6.1/librav1e.zip"
8+
"0.6.1": "https://github.com/SDWebImage/librav1e-Xcode/releases/download/0.6.1/librav1e.zip",
9+
"0.7.0": "https://github.com/SDWebImage/librav1e-Xcode/releases/download/0.7.0/librav1e.zip"
910
}

librav1e.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'librav1e'
11-
s.version = '0.6.1'
11+
s.version = '0.7.0'
1212
s.summary = 'librav1e - The fastest and safest AV1 encoder.'
1313

1414
# This description is used to generate tags and improve search results.
@@ -26,7 +26,7 @@ rav1e is an AV1 video encoder. It is designed to eventually cover all use cases,
2626
s.author = { 'Xiph.org' => '[email protected]' }
2727
s.source = { :http => "https://github.com/SDWebImage/librav1e-Xcode/releases/download/#{s.version.to_s}/librav1e.zip" }
2828

29-
s.osx.deployment_target = '10.10'
29+
s.osx.deployment_target = '10.11'
3030
s.ios.deployment_target = '9.0'
3131

3232
s.ios.vendored_framework = 'iOS/librav1e.framework'

0 commit comments

Comments
 (0)