[Add] Idioms 2.0.0
diff --git a/Specs/7/c/d/Idioms/2.0.0/Idioms.podspec.json b/Specs/7/c/d/Idioms/2.0.0/Idioms.podspec.json
new file mode 100644
index 0000000..5bd8991
--- /dev/null
+++ b/Specs/7/c/d/Idioms/2.0.0/Idioms.podspec.json
@@ -0,0 +1,41 @@
+{
+  "name": "Idioms",
+  "version": "2.0.0",
+  "summary": "Swift idioms",
+  "description": "Set of extensions for common Swift types.",
+  "homepage": "https://github.com/hectr/swift-idioms",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "Hèctor Marquès": "h@mrhector.me"
+  },
+  "social_media_url": "https://twitter.com/elnetus",
+  "swift_versions": "5.1",
+  "platforms": {
+    "ios": "8.0",
+    "osx": "10.9",
+    "watchos": "2.0",
+    "tvos": "9.0"
+  },
+  "source": {
+    "git": "https://github.com/hectr/swift-idioms.git",
+    "tag": "2.0.0"
+  },
+  "source_files": "Sources/Idioms/**/*",
+  "frameworks": "Foundation",
+  "testspecs": [
+    {
+      "name": "Tests",
+      "test_type": "unit",
+      "platforms": {
+        "ios": "8.0",
+        "osx": "10.9",
+        "tvos": "9.0"
+      },
+      "source_files": "Tests/IdiomsTests/**/*"
+    }
+  ],
+  "swift_version": "5.1"
+}