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