Skip to content

Commit

Permalink
Upgrade to v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dreampiggy committed Sep 28, 2023
1 parent 3f20ce9 commit c19335d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion librav1e.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"0.3.2": "https://github.com/SDWebImage/librav1e-Xcode/releases/download/0.3.2/librav1e.zip",
"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.4.0": "https://github.com/SDWebImage/librav1e-Xcode/releases/download/0.4.0/librav1e.zip"
"0.6.0": "https://github.com/SDWebImage/librav1e-Xcode/releases/download/0.6.0/librav1e.zip"
}
6 changes: 3 additions & 3 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.4.0'
s.version = '0.6.0'
s.summary = 'librav1e - The fastest and safest AV1 encoder.'

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

s.osx.deployment_target = '10.7'
s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.10'
s.ios.deployment_target = '9.0'

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

0 comments on commit c19335d

Please sign in to comment.