[Add] ESFramework 3.26.1
diff --git a/Specs/a/e/b/ESFramework/3.26.1/ESFramework.podspec.json b/Specs/a/e/b/ESFramework/3.26.1/ESFramework.podspec.json
new file mode 100644
index 0000000..3f13d5a
--- /dev/null
+++ b/Specs/a/e/b/ESFramework/3.26.1/ESFramework.podspec.json
@@ -0,0 +1,74 @@
+{
+  "name": "ESFramework",
+  "version": "3.26.1",
+  "license": "MIT",
+  "summary": "An efficient, lightweight foundational framework for iOS, macOS, tvOS, watchOS, and Mac Catalyst.",
+  "homepage": "https://github.com/ElfSundae/ESFramework",
+  "social_media_url": "https://twitter.com/ElfSundae",
+  "authors": {
+    "Elf Sundae": "https://0x123.com"
+  },
+  "source": {
+    "git": "https://github.com/ElfSundae/ESFramework.git",
+    "tag": "3.26.1"
+  },
+  "platforms": {
+    "ios": "9.0",
+    "tvos": "9.0",
+    "osx": "10.10",
+    "watchos": "2.0"
+  },
+  "ios": {
+    "pod_target_xcconfig": {
+      "PRODUCT_BUNDLE_IDENTIFIER": "com.0x123.ESFramework"
+    }
+  },
+  "tvos": {
+    "pod_target_xcconfig": {
+      "PRODUCT_BUNDLE_IDENTIFIER": "com.0x123.ESFramework"
+    }
+  },
+  "osx": {
+    "pod_target_xcconfig": {
+      "PRODUCT_BUNDLE_IDENTIFIER": "com.0x123.ESFramework"
+    }
+  },
+  "watchos": {
+    "pod_target_xcconfig": {
+      "PRODUCT_BUNDLE_IDENTIFIER": "com.0x123.ESFramework-watchOS"
+    }
+  },
+  "source_files": "ESFramework/ESFramework.h",
+  "subspecs": [
+    {
+      "name": "Foundation",
+      "source_files": "ESFramework/Foundation/*.{h,m}"
+    },
+    {
+      "name": "Network",
+      "source_files": "ESFramework/Network/*.{h,m}",
+      "dependencies": {
+        "ESFramework/Foundation": [
+
+        ]
+      }
+    },
+    {
+      "name": "UIKit",
+      "platforms": {
+        "ios": "9.0",
+        "tvos": "9.0",
+        "watchos": "2.0"
+      },
+      "source_files": "ESFramework/UIKit/*.{h,m}",
+      "dependencies": {
+        "ESFramework/Foundation": [
+
+        ],
+        "ESFramework/Network": [
+
+        ]
+      }
+    }
+  ]
+}