6 lines
113 B
Ruby
6 lines
113 B
Ruby
platform :ios, '8.0'
|
|
inhibit_all_warnings!
|
|
|
|
target 'tflite_simple_example'
|
|
pod 'TensorFlowLite', '1.13.1'
|