blob: c9885b64dcf69546f1ea0a4bf4aac15c3d362e70 [file] [log] [blame]
{
"name": "TensorIOTensorFlow",
"version": "0.3.1",
"summary": "The TensorFlow (unofficial) build used by TensorIO for iOS.",
"description": "An unofficial build of TensorFlow for iOS used by TensorIO, supporting inference, evaluation, and training.",
"homepage": "https://github.com/doc-ai/tensorio-tensorflow-ios",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"doc.ai": "philip@doc.ai"
},
"source": {
"http": "https://storage.googleapis.com/tensorio-build/TensorIO-TensorFlow-1.13_0.3.1.tar.gz"
},
"platforms": {
"ios": "12.0"
},
"libraries": "c++",
"frameworks": [
"Foundation",
"Accelerate"
],
"vendored_frameworks": [
"Frameworks/tensorflow.framework"
],
"vendored_libraries": [
"Libraries/libnsync.a",
"Libraries/libprotobuf.a"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "\"${SRCROOT}/Pods/TensorIOTensorFlow/Frameworks/tensorflow.framework/Headers\"",
"OTHER_LDFLAGS": "-force_load \"${SRCROOT}/Pods/TensorIOTensorFlow/Frameworks/tensorflow.framework/tensorflow\" \"-L ${SRCROOT}/Pods/TensorIOTensorFlow/Frameworks/tensorflow.framework\""
}
}