Updates TensorFlow Lite iOS CocoaPods for 0.2.0 experimental release.
PiperOrigin-RevId: 246414218
This commit is contained in:
parent
48b2d5bff9
commit
b435e893a0
@ -1,7 +1,6 @@
|
|||||||
# 2019-04-08 -- v0.1.0
|
# TensorFlow Lite for iOS
|
||||||
- Experimental release of the `TensorFlowLiteC` CocoaPod. For Swift developers,
|
- For Swift developers, add the `TensorFlowLiteSwift` pod to your Podfile. For
|
||||||
add the `TensorFlowLiteSwift` pod to your Podfile. For Objective-C developers,
|
Objective-C developers, add `TensorFlowLiteObjC`. See the TensorFlow Lite
|
||||||
add `TensorFlowLiteObjC`. See the TensorFlow Lite
|
|
||||||
[Swift](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/lite/experimental/swift)
|
[Swift](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/lite/experimental/swift)
|
||||||
and
|
and
|
||||||
[ObjC](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/lite/experimental/objc)
|
[ObjC](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/lite/experimental/objc)
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Pod::Spec.new do |s|
|
Pod::Spec.new do |s|
|
||||||
s.name = 'TensorFlowLiteC'
|
s.name = 'TensorFlowLiteC'
|
||||||
s.version = '0.1.0'
|
s.version = '0.2.0'
|
||||||
s.authors = 'Google Inc.'
|
s.authors = 'Google Inc.'
|
||||||
s.license = { :type => 'Apache' }
|
s.license = { :type => 'Apache' }
|
||||||
s.homepage = 'https://github.com/tensorflow/tensorflow'
|
s.homepage = 'https://github.com/tensorflow/tensorflow'
|
||||||
|
@ -1,10 +1,7 @@
|
|||||||
"""TensorFlow Lite Build Configurations for iOS"""
|
"""TensorFlow Lite Build Configurations for iOS"""
|
||||||
|
|
||||||
# Current version of the TensorFlow Lite iOS libraries.
|
# Current version of the TensorFlow Lite iOS libraries.
|
||||||
TFL_IOS_BUILD_VERSION = "0.1.0"
|
TFL_IOS_BUILD_VERSION = "0.2.0"
|
||||||
|
|
||||||
# Git commit that was used to build the TensorFlow Lite iOS libraries. See Swift and ObjC podspecs.
|
|
||||||
TFL_IOS_GIT_COMMIT = "2b96dde"
|
|
||||||
|
|
||||||
TFL_MINIMUM_OS_VERSION = "9.0"
|
TFL_MINIMUM_OS_VERSION = "9.0"
|
||||||
|
|
||||||
|
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
Pod::Spec.new do |s|
|
Pod::Spec.new do |s|
|
||||||
s.name = 'TensorFlowLiteObjC'
|
s.name = 'TensorFlowLiteObjC'
|
||||||
s.version = '0.1.0'
|
s.version = '0.2.0'
|
||||||
s.authors = 'Google Inc.'
|
s.authors = 'Google Inc.'
|
||||||
s.license = { :type => 'Apache' }
|
s.license = { :type => 'Apache' }
|
||||||
s.homepage = 'https://github.com/tensorflow/tensorflow'
|
s.homepage = 'https://github.com/tensorflow/tensorflow'
|
||||||
s.source = { :git => 'https://github.com/tensorflow/tensorflow.git', :commit => '2b96dde' }
|
s.source = { :git => 'https://github.com/tensorflow/tensorflow.git', :commit => '37c101d' }
|
||||||
s.summary = 'TensorFlow Lite for Objective-C'
|
s.summary = 'TensorFlow Lite for Objective-C'
|
||||||
s.description = <<-DESC
|
s.description = <<-DESC
|
||||||
|
|
||||||
|
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
Pod::Spec.new do |s|
|
Pod::Spec.new do |s|
|
||||||
s.name = 'TensorFlowLiteSwift'
|
s.name = 'TensorFlowLiteSwift'
|
||||||
s.version = '0.1.0'
|
s.version = '0.2.0'
|
||||||
s.authors = 'Google Inc.'
|
s.authors = 'Google Inc.'
|
||||||
s.license = { :type => 'Apache' }
|
s.license = { :type => 'Apache' }
|
||||||
s.homepage = 'https://github.com/tensorflow/tensorflow'
|
s.homepage = 'https://github.com/tensorflow/tensorflow'
|
||||||
s.source = { :git => 'https://github.com/tensorflow/tensorflow.git', :commit => '2b96dde' }
|
s.source = { :git => 'https://github.com/tensorflow/tensorflow.git', :commit => '37c101d' }
|
||||||
s.summary = 'TensorFlow Lite for Swift'
|
s.summary = 'TensorFlow Lite for Swift'
|
||||||
s.description = <<-DESC
|
s.description = <<-DESC
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user