STT-tensorflow/tensorflow/lite/experimental/ios/TensorFlowLiteSelectTfOps.podspec
YoungSeok Yoon 246d6228ec Podspec updates for TFLite v2.2.0
PiperOrigin-RevId: 310290541
Change-Id: I613e906987e21a91092a31b46dc362aac686e024
2020-05-06 21:50:18 -07:00

23 lines
911 B
Ruby

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