6 lines
73 B
Ruby
6 lines
73 B
Ruby
platform :ios, '9.0'
|
|
|
|
target 'TestApp' do
|
|
pod 'TensorFlowLiteObjC'
|
|
end
|