File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22 spec . name = 'PLMLibTorchWrapper'
3- spec . version = '0.5.1 '
3+ spec . version = '0.6.0 '
44 spec . homepage = 'https://github.com/voize-gmbh/pytorch-lite-multiplatform'
5- spec . source = { :git => 'https://github.com/voize-gmbh/pytorch-lite-multiplatform.git' , :tag => 'v0.5.1 ' }
5+ spec . source = { :git => 'https://github.com/voize-gmbh/pytorch-lite-multiplatform.git' , :tag => 'v0.6.0 ' }
66 spec . authors = { 'Erik Ziegler' => 'erik@voize.de' }
77 spec . license = { :type => 'Apache License, Version 2.0' }
88 spec . summary = 'Objective-C wrapper for LibTorch-Lite, to be used with pytorch-lite-multiplatform'
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ plugins {
1010}
1111
1212group = " de.voize"
13- version = " 0.5.1 "
13+ version = " 0.6.0 "
1414
1515repositories {
1616 google()
@@ -35,7 +35,7 @@ kotlin {
3535 }
3636
3737 pod(" PLMLibTorchWrapper" ) {
38- version = " 0.5.1 "
38+ version = " 0.6.0 "
3939 headers = " LibTorchWrapper.h"
4040 source = path(project.file(" ios/LibTorchWrapper" ))
4141 }
Original file line number Diff line number Diff line change 33
44Pod ::Spec . new do |spec |
55 spec . name = 'PLMLibTorchWrapper'
6- spec . version = '0.5.1 '
6+ spec . version = '0.6.0 '
77 spec . homepage = 'https://github.com/voize-gmbh/pytorch-lite-multiplatform'
88 spec . source = { :http => '' }
99 spec . authors = { 'Erik Ziegler' => 'erik@voize.de' }
You can’t perform that action at this time.
0 commit comments