1platform :ios, '8.0' 2inhibit_all_warnings! 3 4project 'tflite_camera_example.xcodeproj' 5 6target 'tflite_camera_example' 7 # Comment 'TensorFlowLite' pod and un-comment 'TensorFlowLiteGpuExperimental' 8 # to use TFLite GPU Delegate. 9 # Note: TFLite GPU Delegate binary isn't releast yet, and we're working 10 # on it. 11 12 pod 'TensorFlowLite', '1.13.1' 13 # pod 'TensorFlowLiteGpuExperimental', '0.0.1' 14