Skip to content

Commit

Permalink
[iOS] Bump up iOS CocoaPods version to 1.10.0 (pytorch#67058)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: pytorch#67058

Test Plan: Imported from OSS

Reviewed By: xta0

Differential Revision: D31846445

Pulled By: hanton

fbshipit-source-id: 7510a6c15fdeecc996fcce5c48db32e148ba7def
  • Loading branch information
Hanton Yang authored and facebook-github-bot committed Oct 22, 2021
1 parent 77becca commit 01ced45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ios/LibTorch-Lite.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'LibTorch-Lite'
s.version = '1.9.0'
s.version = '1.10.0'
s.authors = 'PyTorch Team'
s.license = { :type => 'BSD' }
s.homepage = 'https://github.com/pytorch/pytorch'
Expand Down
2 changes: 1 addition & 1 deletion ios/LibTorch.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'LibTorch'
s.version = '1.8.0'
s.version = '1.10.0'
s.authors = 'PyTorch Team'
s.license = { :type => 'BSD' }
s.homepage = 'https://github.com/pytorch/pytorch'
Expand Down

0 comments on commit 01ced45

Please sign in to comment.