blob: 139eb01d74af65354edcc7579cba37d672a6afc4 [file] [log] [blame]
{
"name": "TensorIOTensorFlow",
"version": "2.0.4",
"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/r2.0/TensorIO-TensorFlow-2.0_3.tar.gz"
},
"platforms": {
"ios": "12.0"
},
"libraries": "c++",
"frameworks": [
"Foundation",
"Accelerate"
],
"vendored_frameworks": [
"Frameworks/tensorflow.framework"
],
"vendored_libraries": [
"Libraries/libnsync.a",
"Libraries/libprotobuf.a"
]
}