blob: 2e31f054bf70297723879492378526f50f495fb4 [file] [log] [blame]
{
"name": "TensorIOTensorFlow",
"version": "2.0.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/ios/release/2.0/xcodebuild/12B45b/tag/2.0.5/pod/TensorIO-TensorFlow-2.0_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"
],
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
}
}