Updates TensorFlow Lite podspecs for 1.14.0 release.

PiperOrigin-RevId: 260230313
This commit is contained in:
A. Unique TensorFlower 2019-07-26 15:57:55 -07:00 committed by TensorFlower Gardener
parent 5128ca4b38
commit 0323b1af56
3 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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