Skip to content

Commit

Permalink
change version and dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
qtdc1229 committed Dec 25, 2019
1 parent 9cd4a2e commit 99fdf1f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion AoE.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
Pod::Spec.new do |s|
s.name = 'AoE'
s.version = '1.1.0'
s.version = '1.1.2'
s.summary = 'AoE'

# This description is used to generate tags and improve search results.
Expand Down
6 changes: 3 additions & 3 deletions iOS/AoEBiz/AoEBiz.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Pod::Spec.new do |s|
ss.source_files = "mnist/Classes/**/*"
ss.public_header_files = "mnist/Classes/**/*.h"
ss.dependency "#{s.name}/Core"
ss.dependency "TensorFlowLiteObjC"
ss.dependency "AoERuntime/TensorFlowLite"
ss.frameworks = 'CoreVideo','UIKit','CoreGraphics','Foundation'
ss.libraries = ['c++']
ss.resource_bundles = {
Expand All @@ -48,7 +48,7 @@ Pod::Spec.new do |s|
ss.source_files = "squeeze/Classes/**/*"
ss.public_header_files = "squeeze/Classes/**/*.h"
ss.dependency "#{s.name}/Core"
# ss.vendored_frameworks = "squeeze/Frameworks/ncnn.framework","squeeze/Frameworks/openmp.framework"
ss.dependency "AoERuntime/NCNN"
ss.frameworks = 'CoreVideo','UIKit','CoreGraphics','Foundation'
ss.libraries = ['c++']
ss.resource_bundles = {
Expand All @@ -61,7 +61,7 @@ Pod::Spec.new do |s|
ss.source_files = "squeeze_mnn/Classes/**/*"
ss.public_header_files = "squeeze_mnn/Classes/**/*.h"
ss.dependency "#{s.name}/Core"
# ss.vendored_frameworks = "squeeze/Frameworks/ncnn.framework","squeeze/Frameworks/openmp.framework"
ss.dependency "AoERuntime/MNN"
ss.frameworks = 'CoreVideo','UIKit','CoreGraphics','Foundation'
ss.libraries = ['c++']
ss.resource_bundles = {
Expand Down
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.0'
s.version = '1.1.2'
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"
ss.dependency "TensorFlowLiteObjC", '~> 1.14.0'
ss.frameworks = 'CoreVideo','UIKit','CoreGraphics','Foundation'
ss.libraries = ['c++']
ss.resource_bundles = {
Expand Down

0 comments on commit 99fdf1f

Please sign in to comment.