[Add] TensorFlowLiteC 0.0.1-nightly.20220706
diff --git a/Specs/1/6/0/TensorFlowLiteC/0.0.1-nightly.20220706/TensorFlowLiteC.podspec.json b/Specs/1/6/0/TensorFlowLiteC/0.0.1-nightly.20220706/TensorFlowLiteC.podspec.json
new file mode 100644
index 0000000..c998333
--- /dev/null
+++ b/Specs/1/6/0/TensorFlowLiteC/0.0.1-nightly.20220706/TensorFlowLiteC.podspec.json
@@ -0,0 +1,53 @@
+{
+  "name": "TensorFlowLiteC",
+  "version": "0.0.1-nightly.20220706",
+  "authors": "Google Inc.",
+  "license": {
+    "type": "Apache"
+  },
+  "homepage": "https://github.com/tensorflow/tensorflow",
+  "source": {
+    "http": "https://dl.google.com/tflite-nightly/ios/prod/tensorflow/lite/release/ios/nightly/558/20220706-035011/TensorFlowLiteC/0.0.1-nightly.20220706/TensorFlowLiteC-0.0.1-nightly.20220706.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.",
+  "cocoapods_version": ">= 1.9.0",
+  "platforms": {
+    "ios": "9.0"
+  },
+  "module_name": "TensorFlowLiteC",
+  "libraries": "c++",
+  "pod_target_xcconfig": {
+    "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386"
+  },
+  "user_target_xcconfig": {
+    "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386"
+  },
+  "default_subspecs": "Core",
+  "subspecs": [
+    {
+      "name": "Core",
+      "vendored_frameworks": "Frameworks/TensorFlowLiteC.xcframework"
+    },
+    {
+      "name": "CoreML",
+      "weak_frameworks": "CoreML",
+      "dependencies": {
+        "TensorFlowLiteC/Core": [
+
+        ]
+      },
+      "vendored_frameworks": "Frameworks/TensorFlowLiteCCoreML.xcframework"
+    },
+    {
+      "name": "Metal",
+      "weak_frameworks": "Metal",
+      "dependencies": {
+        "TensorFlowLiteC/Core": [
+
+        ]
+      },
+      "vendored_frameworks": "Frameworks/TensorFlowLiteCMetal.xcframework"
+    }
+  ]
+}