Skip to content

Commit

Permalink
[update] ios runtime tilite update 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qtdc1229 committed Jan 16, 2020
1 parent 5baa87a commit 9c5cb01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iOS/AoERuntime/AoERuntime.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'AoERuntime'
s.version = '1.1.2'
s.version = '1.1.3'
s.summary = 'AoE runtime pods'
s.description = <<-DESC
this pod is a demo for Biz
Expand Down Expand Up @@ -47,7 +47,7 @@ Pod::Spec.new do |s|
ss.source_files = "tensorFlowLite/Classes/**/*"
ss.public_header_files = "tensorFlowLite/Classes/**/*.h"
ss.dependency "#{s.name}/Core"
ss.dependency "TensorFlowLiteObjC", '~> 1.14.0'
ss.dependency "TensorFlowLiteObjC", '~> 2.1.0'
ss.frameworks = 'CoreVideo','UIKit','CoreGraphics','Foundation'
ss.libraries = ['c++']
ss.resource_bundles = {
Expand Down

0 comments on commit 9c5cb01

Please sign in to comment.