Updates TensorFlow Lite podspecs for 1.14.0 release.
PiperOrigin-RevId: 260230313
This commit is contained in:
parent
5128ca4b38
commit
0323b1af56
@ -1,10 +1,10 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'TensorFlowLiteC'
|
||||
s.version = '0.2.0'
|
||||
s.version = '1.14.0'
|
||||
s.authors = 'Google Inc.'
|
||||
s.license = { :type => 'Apache' }
|
||||
s.homepage = 'https://github.com/tensorflow/tensorflow'
|
||||
s.source = { :http => "https://dl.google.com/dl/cpdc/9d0ec5e53f4ff34a/TensorFlowLiteC-#{s.version}.tar.gz" }
|
||||
s.source = { :http => "https://dl.google.com/dl/cpdc/0e27bc28472e2519/TensorFlowLiteC-#{s.version}.tar.gz" }
|
||||
s.summary = 'TensorFlow Lite'
|
||||
s.description = <<-DESC
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'TensorFlowLiteObjC'
|
||||
s.version = '0.2.0'
|
||||
s.version = '1.14.0'
|
||||
s.authors = 'Google Inc.'
|
||||
s.license = { :type => 'Apache' }
|
||||
s.homepage = 'https://github.com/tensorflow/tensorflow'
|
||||
s.source = { :git => 'https://github.com/tensorflow/tensorflow.git', :commit => '37c101d' }
|
||||
s.source = { :git => 'https://github.com/tensorflow/tensorflow.git', :tag => "v#{s.version}" }
|
||||
s.summary = 'TensorFlow Lite for Objective-C'
|
||||
s.description = <<-DESC
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'TensorFlowLiteSwift'
|
||||
s.version = '0.2.0'
|
||||
s.version = '1.14.0'
|
||||
s.authors = 'Google Inc.'
|
||||
s.license = { :type => 'Apache' }
|
||||
s.homepage = 'https://github.com/tensorflow/tensorflow'
|
||||
s.source = { :git => 'https://github.com/tensorflow/tensorflow.git', :commit => '37c101d' }
|
||||
s.source = { :git => 'https://github.com/tensorflow/tensorflow.git', :tag => "v#{s.version}" }
|
||||
s.summary = 'TensorFlow Lite for Swift'
|
||||
s.description = <<-DESC
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user