[Add] TensorFlowLiteC 0.0.1-nightly.20201025
diff --git a/Specs/1/6/0/TensorFlowLiteC/0.0.1-nightly.20201025/TensorFlowLiteC.podspec.json b/Specs/1/6/0/TensorFlowLiteC/0.0.1-nightly.20201025/TensorFlowLiteC.podspec.json
new file mode 100644
index 0000000..0800583
--- /dev/null
+++ b/Specs/1/6/0/TensorFlowLiteC/0.0.1-nightly.20201025/TensorFlowLiteC.podspec.json
@@ -0,0 +1,46 @@
+{
+  "name": "TensorFlowLiteC",
+  "version": "0.0.1-nightly.20201025",
+  "authors": "Google Inc.",
+  "license": {
+    "type": "Apache"
+  },
+  "homepage": "https://github.com/tensorflow/tensorflow",
+  "source": {
+    "http": "https://dl.google.com/tflite-nightly/ios/prod/tensorflow/release/mobile/ios_lite/nightly/609/20201025-011409/TensorFlowLiteC/0.0.1-nightly.20201025/TensorFlowLiteC-0.0.1-nightly.20201025.tar.gz"
+  },
+  "summary": "TensorFlow Lite",
+  "description": "An internal-only pod containing the TensorFlow Lite C library that the public\n`TensorFlowLiteSwift` and `TensorFlowLiteObjC` pods depend on. This pod is not\nintended to be used directly. Swift developers should use the\n`TensorFlowLiteSwift` pod and Objective-C developers should use the\n`TensorFlowLiteObjC` pod.",
+  "platforms": {
+    "ios": "9.0"
+  },
+  "module_name": "TensorFlowLiteC",
+  "libraries": "c++",
+  "default_subspecs": "Core",
+  "subspecs": [
+    {
+      "name": "Core",
+      "vendored_frameworks": "Frameworks/TensorFlowLiteC.framework"
+    },
+    {
+      "name": "CoreML",
+      "weak_frameworks": "CoreML",
+      "dependencies": {
+        "TensorFlowLiteC/Core": [
+
+        ]
+      },
+      "vendored_frameworks": "Frameworks/TensorFlowLiteCCoreML.framework"
+    },
+    {
+      "name": "Metal",
+      "weak_frameworks": "Metal",
+      "dependencies": {
+        "TensorFlowLiteC/Core": [
+
+        ]
+      },
+      "vendored_frameworks": "Frameworks/TensorFlowLiteCMetal.framework"
+    }
+  ]
+}