-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6790e2d
commit 36e8476
Showing
3 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
@@ -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' | ||
|