6 lines
111 B
Ruby
6 lines
111 B
Ruby
platform :ios, '8.0'
|
|
inhibit_all_warnings!
|
|
|
|
target 'tf_benchmark_example'
|
|
pod 'TensorFlow-experimental'
|