mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
Cocoapods 1.3.1 release (#29240)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/29240 ### Summary The 1.3.1 binary has been uploaded to AWS - https://ossci-ios.s3.amazonaws.com/libtorch_ios_1.3.1.zip. This PR updates the cocoapods version to 1.3.1 ### Test Plan - The 1.3.1 binary works well Test Plan: Imported from OSS Differential Revision: D18333750 Pulled By: xta0 fbshipit-source-id: fe6e42c51f3902ad42cab33f473dffb0f6f33333
This commit is contained in:
parent
8a2dcff189
commit
ebf5dd447e
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
Pod::Spec.new do |s|
|
||||
s.name = 'LibTorch'
|
||||
s.version = '1.3.0'
|
||||
s.version = '1.3.1'
|
||||
s.authors = 'PyTorch Team'
|
||||
s.license = { :type => 'BSD' }
|
||||
s.homepage = 'https://github.com/pytorch/pytorch'
|
||||
|
|
@ -33,4 +33,4 @@ Pod::Spec.new do |s|
|
|||
'VALID_ARCHS' => 'x86_64 arm64'
|
||||
}
|
||||
s.library = ['c++', 'stdc++']
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue