[Add] ZeroDarkCloud 0.9.0
diff --git a/Specs/d/2/1/ZeroDarkCloud/0.9.0/ZeroDarkCloud.podspec.json b/Specs/d/2/1/ZeroDarkCloud/0.9.0/ZeroDarkCloud.podspec.json
new file mode 100644
index 0000000..9612b4e
--- /dev/null
+++ b/Specs/d/2/1/ZeroDarkCloud/0.9.0/ZeroDarkCloud.podspec.json
@@ -0,0 +1,103 @@
+{
+  "name": "ZeroDarkCloud",
+  "version": "0.9.0",
+  "summary": "Zero-knowledge sync & messaging framework",
+  "homepage": "https://www.zerdark.cloud",
+  "license": "MIT",
+  "authors": {
+    "Robbie Hanson": "robbiehandon@deusty.com",
+    "Vinnie Moscaritolo": "vinnie@4th-a.com"
+  },
+  "source": {
+    "git": "https://github.com/4th-ATechnologies/ZeroDark.cloud.git",
+    "tag": "0.9.0"
+  },
+  "platforms": {
+    "osx": "10.12",
+    "ios": "10.0"
+  },
+  "dependencies": {
+    "AFNetworking": [
+
+    ],
+    "CocoaLumberjack": [
+
+    ],
+    "JWT": [
+
+    ],
+    "S4Crypto": [
+      ">= 2.2.9"
+    ],
+    "XMLDictionary": [
+
+    ],
+    "YapDatabase/SQLCipher-ObjC": [
+      ">= 4.0"
+    ],
+    "zipzap": [
+
+    ],
+    "ZDCSyncableObjC": [
+
+    ]
+  },
+  "ios": {
+    "dependencies": {
+      "SCLAlertView-Objective-C": [
+
+      ],
+      "KGHitTestingViews": [
+
+      ],
+      "JGProgressView": [
+
+      ],
+      "TCCopyableLabel": [
+
+      ],
+      "UIColor-Crayola": [
+
+      ]
+    }
+  },
+  "osx": {
+    "dependencies": {
+      "NSColor-Crayola": [
+
+      ]
+    }
+  },
+  "default_subspecs": "Core",
+  "subspecs": [
+    {
+      "name": "Core",
+      "ios": {
+        "exclude_files": [
+          "docs/**/*",
+          "ZeroDark.cloud/**/macOS/**/*"
+        ]
+      },
+      "osx": {
+        "exclude_files": [
+          "docs/**/*",
+          "ZeroDark.cloud/**/iOS/**/*"
+        ]
+      },
+      "source_files": "ZeroDark.cloud/**/*.{h,m,mm,c,storyboard,xib}",
+      "private_header_files": "ZeroDark.cloud/**/Internal/*.h",
+      "resources": [
+        "ZeroDark.cloud/Resources/*.{bip39,ttf,jpg,zip,m4a,html,json,xcassets}"
+      ]
+    },
+    {
+      "name": "Swift",
+      "dependencies": {
+        "ZeroDarkCloud/Core": [
+
+        ]
+      },
+      "source_files": "SwiftExtensions/*.swift"
+    }
+  ]
+}