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 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
43 "pod_target_xcconfig": {
44 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
49 "source_files": "TensorIO/Classes/Core/**/*",
50 "pod_target_xcconfig": {
51 "GCC_PREPROCESSOR_DEFINITIONS": "TIO_CORE=1 TIO_VERSION=1.2.4"
64 "source_files": "TensorIO/Classes/TFLite/**/*",
65 "private_header_files": [
66 "TensorIO/Classes/TFLite/TIOTFLiteData/**/*.h"
69 "TFLite": "TensorIO/Assets/TFLite/**/*"
72 "USER_HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/TensorFlowLite/Frameworks/tensorflow_lite.framework/Headers\""
74 "pod_target_xcconfig": {
75 "GCC_PREPROCESSOR_DEFINITIONS": "TIO_TFLITE=1"
84 "TensorIOTensorFlow": [
88 "source_files": "TensorIO/Classes/TensorFlow/**/*",
89 "private_header_files": [
90 "TensorIO/Classes/TensorFlow/SavedModel/**/*.h",
91 "TensorIO/Classes/TensorFlow/TIOTensorFlowData/**/*.h"
94 "TensorFlow": "TensorIO/Assets/TensorFlow/**/*"
97 "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/TensorIOTensorFlow/Frameworks/tensorflow.framework/Headers\"",
98 "OTHER_LDFLAGS": "-force_load \"${PODS_ROOT}/TensorIOTensorFlow/Frameworks/tensorflow.framework/tensorflow\""
100 "pod_target_xcconfig": {
101 "GCC_PREPROCESSOR_DEFINITIONS": "TIO_TENSORFLOW=1"