4 "summary": "An Objective-C and Swift wrapper for TensorFlow Lite.",
5 "description": "Perform inference with TensorFlow Lite models using all the conveniences of Objective-C or Swift",
6 "homepage": "https://github.com/doc-ai/tensorio-ios",
12 "doc.ai": "philip@doc.ai"
15 "git": "https://github.com/doc-ai/tensorio-ios.git",
21 "static_framework": true,
31 "default_subspecs": "Core",
35 "source_files": "TensorIO/Classes/Core/**/*",
36 "pod_target_xcconfig": {
37 "GCC_PREPROCESSOR_DEFINITIONS": "TIO_CORE=1"
50 "source_files": "TensorIO/Classes/TFLite/**/*",
52 "USER_HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/TensorFlowLite/Frameworks/tensorflow_lite.framework/Headers\""
54 "pod_target_xcconfig": {
55 "GCC_PREPROCESSOR_DEFINITIONS": "TIO_TFLITE=1"