[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:
John Detloff
2022-10-31 23:36:00 +00:00
committed by PyTorch MergeBot
parent bc03aa6013
commit ea8a5b09a9
2 changed files with 2 additions and 2 deletions

View File

@ -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'

View File

@ -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'