[Add] Attributed 8.0.1
diff --git a/Specs/0/f/8/Attributed/8.0.1/Attributed.podspec.json b/Specs/0/f/8/Attributed/8.0.1/Attributed.podspec.json
new file mode 100644
index 0000000..c791052
--- /dev/null
+++ b/Specs/0/f/8/Attributed/8.0.1/Attributed.podspec.json
@@ -0,0 +1,24 @@
+{
+  "name": "Attributed",
+  "version": "8.0.1",
+  "summary": "Convert XML to an NSAttributedString.",
+  "authors": "Hilton Campbell",
+  "homepage": "https://github.com/CrossWaterBridge/Attributed",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "source": {
+    "git": "https://github.com/CrossWaterBridge/Attributed.git",
+    "tag": "8.0.1"
+  },
+  "platforms": {
+    "ios": "8.0",
+    "tvos": "9.0",
+    "watchos": "2.0"
+  },
+  "swift_version": "4.2",
+  "source_files": "Attributed/*.swift",
+  "frameworks": "UIKit",
+  "requires_arc": true
+}