[Add] SSLE 0.0.46
diff --git a/Specs/6/5/2/SSLE/0.0.46/SSLE.podspec.json b/Specs/6/5/2/SSLE/0.0.46/SSLE.podspec.json
new file mode 100644
index 0000000..f9efa8f
--- /dev/null
+++ b/Specs/6/5/2/SSLE/0.0.46/SSLE.podspec.json
@@ -0,0 +1,43 @@
+{
+  "name": "SSLE",
+  "version": "0.0.46",
+  "summary": "Swift Extension.",
+  "description": "Swift Standard Library Extension",
+  "homepage": "https://github.com/ccxdd/SSLE",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "ccxdd": "e_xiaodong@hotmail.com"
+  },
+  "swift_versions": "5.2",
+  "platforms": {
+    "ios": "10.0",
+    "osx": "10.12"
+  },
+  "cocoapods_version": ">= 1.10.0",
+  "source": {
+    "git": "https://github.com/ccxdd/SSLE.git",
+    "tag": "0.0.46"
+  },
+  "source_files": "Sources/*/*.swift",
+  "exclude_files": "Classes/Exclude",
+  "frameworks": "Foundation",
+  "ios": {
+    "frameworks": "UIKit"
+  },
+  "osx": {
+    "frameworks": "AppKit"
+  },
+  "requires_arc": true,
+  "dependencies": {
+    "CryptoSwift": [
+      "~> 1.3.1"
+    ],
+    "Alamofire": [
+      "~> 5.4.0"
+    ]
+  },
+  "swift_version": "5.2"
+}