Podspec updates for TFLite v2.2.0

PiperOrigin-RevId: 310290541
Change-Id: I613e906987e21a91092a31b46dc362aac686e024
This commit is contained in:
YoungSeok Yoon 2020-05-06 21:46:42 -07:00 committed by TensorFlower Gardener
parent dc19ade880
commit 246d6228ec
4 changed files with 26 additions and 4 deletions

View File

@ -1,10 +1,10 @@
Pod::Spec.new do |s|
s.name = 'TensorFlowLiteC'
s.version = '2.1.0'
s.version = '2.2.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/a8eee3017d6b2c5d/TensorFlowLiteC-#{s.version}.tar.gz" }
s.source = { :http => "https://dl.google.com/dl/cpdc/b3338da8d8cfd06b/TensorFlowLiteC-#{s.version}.tar.gz" }
s.summary = 'TensorFlow Lite'
s.description = <<-DESC

View File

@ -0,0 +1,22 @@
Pod::Spec.new do |s|
s.name = 'TensorFlowLiteSelectTfOps'
s.version = '2.2.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/9604b128278441ac/TensorFlowLiteSelectTfOps-2.2.0.tar.gz" }
s.summary = 'TensorFlow Lite Select TF Ops'
s.description = <<-DESC
This pod can be used in addition to `TensorFlowLiteSwift` or
`TensorFlowLiteObjC` pod, in order to enable Select TensorFlow ops. The
resulting binary should also be force-loaded to the final app binary.
DESC
s.ios.deployment_target = '9.0'
s.module_name = 'TensorFlowLiteSelectTfOps'
s.library = 'c++'
s.vendored_frameworks = 'Frameworks/TensorFlowLiteSelectTfOps.framework'
s.weak_frameworks = 'CoreML'
end

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'TensorFlowLiteObjC'
s.version = '2.1.0'
s.version = '2.2.0'
s.authors = 'Google Inc.'
s.license = { :type => 'Apache' }
s.homepage = 'https://github.com/tensorflow/tensorflow'

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'TensorFlowLiteSwift'
s.version = '2.1.0'
s.version = '2.2.0'
s.authors = 'Google Inc.'
s.license = { :type => 'Apache' }
s.homepage = 'https://github.com/tensorflow/tensorflow'