4 "summary": "An Objective-C and Swift wrapper for TensorFlow Lite and TensorFlow, with support for on device training.",
5 "description": "On device inference with TensorFlow Lite or inference and training with full TensorFlow 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,
35 "DSJSONSchemaValidation": [
39 "default_subspecs": "Core",
40 "user_target_xcconfig": {
41 "OTHER_CFLAGS": "-fcxx-modules -fmodules"
46 "source_files": "TensorIO/Classes/Core/**/*",
47 "pod_target_xcconfig": {
48 "GCC_PREPROCESSOR_DEFINITIONS": "TIO_CORE=1 TIO_VERSION=1.2.1"
61 "source_files": "TensorIO/Classes/TFLite/**/*",
62 "private_header_files": [
63 "TensorIO/Classes/TFLite/TIOTFLiteData/**/*.h"
66 "TFLite": "TensorIO/Assets/TFLite/**/*"
69 "USER_HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/TensorFlowLite/Frameworks/tensorflow_lite.framework/Headers\""
71 "pod_target_xcconfig": {
72 "GCC_PREPROCESSOR_DEFINITIONS": "TIO_TFLITE=1"
81 "TensorIOTensorFlow": [
85 "source_files": "TensorIO/Classes/TensorFlow/**/*",
86 "private_header_files": [
87 "TensorIO/Classes/TensorFlow/SavedModel/**/*.h",
88 "TensorIO/Classes/TensorFlow/TIOTensorFlowData/**/*.h"
91 "TensorFlow": "TensorIO/Assets/TensorFlow/**/*"
94 "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/TensorIOTensorFlow/Frameworks/tensorflow.framework/Headers\"",
95 "OTHER_LDFLAGS": "-force_load \"${PODS_ROOT}/TensorIOTensorFlow/Frameworks/tensorflow.framework/tensorflow\" \"-L ${PODS_ROOT}/TensorIOTensorFlow/Frameworks/tensorflow.framework\""
97 "pod_target_xcconfig": {
98 "GCC_PREPROCESSOR_DEFINITIONS": "TIO_TENSORFLOW=1"