Skip to content

Commit

Permalink
Update v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dreampiggy committed Feb 13, 2024
1 parent 6790e2d commit 36e8476
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Since Xcode does not support Rust, we provide a pre-built binary on target platf

## Requirements

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

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)

Expand Down
3 changes: 2 additions & 1 deletion librav1e.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"0.3.3": "https://github.com/SDWebImage/librav1e-Xcode/releases/download/0.3.3/librav1e.zip",
"0.3.4": "https://github.com/SDWebImage/librav1e-Xcode/releases/download/0.3.4/librav1e.zip",
"0.6.0": "https://github.com/SDWebImage/librav1e-Xcode/releases/download/0.6.0/librav1e.zip",
"0.6.1": "https://github.com/SDWebImage/librav1e-Xcode/releases/download/0.6.1/librav1e.zip"
"0.6.1": "https://github.com/SDWebImage/librav1e-Xcode/releases/download/0.6.1/librav1e.zip",
"0.7.0": "https://github.com/SDWebImage/librav1e-Xcode/releases/download/0.7.0/librav1e.zip"
}
4 changes: 2 additions & 2 deletions librav1e.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'librav1e'
s.version = '0.6.1'
s.version = '0.7.0'
s.summary = 'librav1e - The fastest and safest AV1 encoder.'

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

s.osx.deployment_target = '10.10'
s.osx.deployment_target = '10.11'
s.ios.deployment_target = '9.0'

s.ios.vendored_framework = 'iOS/librav1e.framework'
Expand Down

0 comments on commit 36e8476

Please sign in to comment.