[Add] TensorFlowLiteObjC 0.0.1-nightly.20201025
diff --git a/Specs/5/a/d/TensorFlowLiteObjC/0.0.1-nightly.20201025/TensorFlowLiteObjC.podspec.json b/Specs/5/a/d/TensorFlowLiteObjC/0.0.1-nightly.20201025/TensorFlowLiteObjC.podspec.json
new file mode 100644
index 0000000..5651d44
--- /dev/null
+++ b/Specs/5/a/d/TensorFlowLiteObjC/0.0.1-nightly.20201025/TensorFlowLiteObjC.podspec.json
@@ -0,0 +1,108 @@
+{
+  "name": "TensorFlowLiteObjC",
+  "version": "0.0.1-nightly.20201025",
+  "authors": "Google Inc.",
+  "license": {
+    "type": "Apache"
+  },
+  "homepage": "https://github.com/tensorflow/tensorflow",
+  "source": {
+    "git": "https://github.com/tensorflow/tensorflow.git",
+    "commit": "33335ad96cc9b7b318d6419831b281032d5d70b2"
+  },
+  "summary": "TensorFlow Lite for Objective-C",
+  "description": "TensorFlow Lite is TensorFlow's lightweight solution for Objective-C\ndevelopers. It enables low-latency inference of on-device machine learning\nmodels with a small binary size and fast performance supporting hardware\nacceleration.",
+  "platforms": {
+    "ios": "9.0"
+  },
+  "module_name": "TFLTensorFlowLite",
+  "static_framework": true,
+  "pod_target_xcconfig": {
+    "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\" \"${PODS_TARGET_SRCROOT}/tensorflow/lite/experimental/objc/apis\"",
+    "VALID_ARCHS": "i386 x86_64 armv7 arm64"
+  },
+  "default_subspecs": "Core",
+  "subspecs": [
+    {
+      "name": "Core",
+      "public_header_files": "tensorflow/lite/experimental/objc/apis/*.h",
+      "source_files": [
+        "tensorflow/lite/experimental/objc/{apis,sources}/*.{h,m,mm}",
+        "tensorflow/lite/c/c_api.h",
+        "tensorflow/lite/c/common.h",
+        "tensorflow/lite/delegates/xnnpack/xnnpack_delegate.h"
+      ],
+      "exclude_files": [
+        "tensorflow/lite/experimental/objc/{apis,sources}/TFL{Metal,CoreML}Delegate.{h,m}"
+      ],
+      "dependencies": {
+        "TensorFlowLiteC": [
+          "0.0.1-nightly.20201025"
+        ]
+      },
+      "testspecs": [
+        {
+          "name": "Tests",
+          "test_type": "unit",
+          "source_files": "tensorflow/lite/experimental/objc/tests/*.m",
+          "exclude_files": "tensorflow/lite/experimental/objc/tests/TFL{Metal,CoreML}DelegateTests.m",
+          "resources": [
+            "tensorflow/lite/testdata/add.bin",
+            "tensorflow/lite/testdata/add_quantized.bin"
+          ]
+        }
+      ]
+    },
+    {
+      "name": "CoreML",
+      "source_files": [
+        "tensorflow/lite/experimental/objc/{apis,sources}/TFLCoreMLDelegate.{h,m}"
+      ],
+      "platforms": {
+        "ios": "12.0"
+      },
+      "dependencies": {
+        "TensorFlowLiteC/CoreML": [
+          "0.0.1-nightly.20201025"
+        ],
+        "TensorFlowLiteObjC/Core": [
+          "0.0.1-nightly.20201025"
+        ]
+      },
+      "testspecs": [
+        {
+          "name": "Tests",
+          "test_type": "unit",
+          "source_files": "tensorflow/lite/experimental/objc/tests/TFLCoreMLDelegateTests.m",
+          "resources": [
+            "tensorflow/lite/testdata/add.bin"
+          ]
+        }
+      ]
+    },
+    {
+      "name": "Metal",
+      "source_files": [
+        "tensorflow/lite/experimental/objc/{apis,sources}/TFLMetalDelegate.{h,m}"
+      ],
+      "dependencies": {
+        "TensorFlowLiteC/Metal": [
+          "0.0.1-nightly.20201025"
+        ],
+        "TensorFlowLiteObjC/Core": [
+          "0.0.1-nightly.20201025"
+        ]
+      },
+      "testspecs": [
+        {
+          "name": "Tests",
+          "test_type": "unit",
+          "source_files": "tensorflow/lite/experimental/objc/tests/TFLMetalDelegateTests.m",
+          "resources": [
+            "tensorflow/lite/testdata/multi_add.bin"
+          ]
+        }
+      ]
+    }
+  ]
+}