mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[IOS] Update Cocoapods for 1.13 release (#88075)
Update the podspecs for libtorch and libtorch-lite to v 1.13 to prepare for the 1.13 pod release. Pull Request resolved: https://github.com/pytorch/pytorch/pull/88075 Approved by: https://github.com/manuelcandales, https://github.com/salilsdesai, https://github.com/malfet
This commit is contained in:
committed by
PyTorch MergeBot
parent
bc03aa6013
commit
ea8a5b09a9
@ -1,6 +1,6 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'LibTorch-Lite'
|
||||
s.version = '1.12.0'
|
||||
s.version = '1.13.0'
|
||||
s.authors = 'PyTorch Team'
|
||||
s.license = { :type => 'BSD' }
|
||||
s.homepage = 'https://github.com/pytorch/pytorch'
|
||||
|
@ -1,6 +1,6 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'LibTorch'
|
||||
s.version = '1.12.0'
|
||||
s.version = '1.13.0'
|
||||
s.authors = 'PyTorch Team'
|
||||
s.license = { :type => 'BSD' }
|
||||
s.homepage = 'https://github.com/pytorch/pytorch'
|
||||
|
Reference in New Issue
Block a user