[Add] HelloDependency 0.0.1
diff --git a/Specs/5/c/5/HelloDependency/0.0.1/HelloDependency.podspec.json b/Specs/5/c/5/HelloDependency/0.0.1/HelloDependency.podspec.json
new file mode 100644
index 0000000..e6358e9
--- /dev/null
+++ b/Specs/5/c/5/HelloDependency/0.0.1/HelloDependency.podspec.json
@@ -0,0 +1,27 @@
+{
+  "name": "HelloDependency",
+  "version": "0.0.1",
+  "summary": "Swift Dependency Injection Framework",
+  "description": "HelloDependency is a dependency injection framework for Swift.",
+  "homepage": "https://github.com/valitovaza/HelloDependency",
+  "license": "MIT",
+  "authors": {
+    "Azamat Valitov": "valitov.azamat.m@gmail.com"
+  },
+  "platforms": {
+    "ios": "10.0"
+  },
+  "source": {
+    "git": "https://github.com/valitovaza/HelloDependency.git",
+    "tag": "0.0.1"
+  },
+  "source_files": "HDependency/*.swift",
+  "requires_arc": true,
+  "swift_version": "4.2",
+  "subspecs": [
+    {
+      "name": "IOSDependencyContainer",
+      "source_files": "IOSDependencyContainer/*.swift"
+    }
+  ]
+}