[Add] Tagged 0.5.0
diff --git a/Specs/4/0/4/Tagged/0.5.0/Tagged.podspec.json b/Specs/4/0/4/Tagged/0.5.0/Tagged.podspec.json
new file mode 100644
index 0000000..c48c672
--- /dev/null
+++ b/Specs/4/0/4/Tagged/0.5.0/Tagged.podspec.json
@@ -0,0 +1,32 @@
+{
+  "name": "Tagged",
+  "version": "0.5.0",
+  "summary": "A library for safer types.",
+  "description": "We often work with types that are far too general or hold far too many values\nthan what is necessary for our domain. Sometimes we just want to\ndifferentiate between two seemingly equivalent values at the type level.\n\nTagged lets us wrap basic types in more specific contexts with ease.",
+  "homepage": "https://github.com/pointfreeco/swift-tagged",
+  "license": "MIT",
+  "authors": {
+    "Stephen Celis": "stephen@stephencelis.com",
+    "Brandon Williams": "mbw234@gmail.com"
+  },
+  "social_media_url": "https://twitter.com/pointfreeco",
+  "source": {
+    "git": "https://github.com/pointfreeco/swift-tagged.git",
+    "tag": "0.5.0"
+  },
+  "swift_versions": [
+    "5.0",
+    "5.1.2"
+  ],
+  "platforms": {
+    "ios": "8.0",
+    "osx": "10.9",
+    "tvos": "9.0",
+    "watchos": "2.0"
+  },
+  "source_files": [
+    "Sources",
+    "Sources/Tagged/**/*.swift"
+  ],
+  "swift_version": "5.1.2"
+}