blob: 61456e61145ce9d612f1a45ef765cded510ba6d9 [file] [log] [blame]
{
"name": "TensorIOTensorFlow",
"version": "1.13.5",
"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_5.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\""
}
}