[Add] Baxter 2.0.1
diff --git a/Specs/f/0/4/Baxter/2.0.1/Baxter.podspec.json b/Specs/f/0/4/Baxter/2.0.1/Baxter.podspec.json
new file mode 100644
index 0000000..fa2c95b
--- /dev/null
+++ b/Specs/f/0/4/Baxter/2.0.1/Baxter.podspec.json
@@ -0,0 +1,67 @@
+{
+  "name": "Baxter",
+  "version": "2.0.1",
+  "summary": "Baxter is a iOS/macOS/tvOS/watchOS framework that extends the CoreData framework.",
+  "description": "Baxter is a iOS/macOS/tvOS/watchOS framework that extends the `CoreData` framework. It provides methods to simplify fetching and importing.",
+  "homepage": "https://github.com/Kosoku/Baxter",
+  "license": {
+    "type": "Apache 2.0",
+    "file": "LICENSE.txt"
+  },
+  "authors": {
+    "William Towe": "willbur1984@gmail.com"
+  },
+  "source": {
+    "git": "https://github.com/Kosoku/Baxter.git",
+    "tag": "2.0.1"
+  },
+  "platforms": {
+    "ios": "13.0",
+    "osx": "10.15",
+    "tvos": "13.0",
+    "watchos": "5.0"
+  },
+  "requires_arc": true,
+  "source_files": "Baxter/**/*.{h,m}",
+  "exclude_files": "Baxter/Baxter-Info.h",
+  "osx": {
+    "exclude_files": "Baxter/KBAFetchedResultsObserver.{h,m}",
+    "frameworks": [
+      "Foundation",
+      "CoreData"
+    ]
+  },
+  "tvos": {
+    "exclude_files": [
+      "Baxter/KBAFetchedResultsObserver.{h,m}",
+      "Baxter/KBAFetchedResultsController.{h,m}"
+    ],
+    "frameworks": [
+      "Foundation",
+      "CoreData"
+    ]
+  },
+  "watchos": {
+    "exclude_files": [
+      "Baxter/KBAFetchedResultsObserver.{h,m}",
+      "Baxter/KBAFetchedResultsController.{h,m}"
+    ],
+    "frameworks": [
+      "Foundation",
+      "CoreData"
+    ]
+  },
+  "private_header_files": "Baxter/Private/*.h",
+  "ios": {
+    "frameworks": [
+      "Foundation",
+      "CoreData",
+      "UIKit"
+    ]
+  },
+  "dependencies": {
+    "Stanley": [
+
+    ]
+  }
+}