[Add] HSEthereumKit 0.1.1
diff --git a/Specs/c/4/d/HSEthereumKit/0.1.1/HSEthereumKit.podspec.json b/Specs/c/4/d/HSEthereumKit/0.1.1/HSEthereumKit.podspec.json
new file mode 100644
index 0000000..a61aa31
--- /dev/null
+++ b/Specs/c/4/d/HSEthereumKit/0.1.1/HSEthereumKit.podspec.json
@@ -0,0 +1,42 @@
+{
+  "name": "HSEthereumKit",
+  "version": "0.1.1",
+  "summary": "Ethereum wallet library for Swift",
+  "description": "HSEthereumKit implements Ethereum protocol in Swift. Uses EthereumKit library.\n```",
+  "homepage": "https://github.com/horizontalsystems/ethereum-kit-ios",
+  "license": {
+    "type": "Apache 2.0",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "Horizontal Systems": "hsdao@protonmail.ch"
+  },
+  "social_media_url": "http://horizontalsystems.io/",
+  "requires_arc": true,
+  "source": {
+    "git": "https://github.com/horizontalsystems/ethereum-kit-ios.git",
+    "tag": "0.1.1"
+  },
+  "source_files": "HSEthereumKit/HSEthereumKit/**/*.{h,m,swift}",
+  "platforms": {
+    "ios": "11.0"
+  },
+  "swift_version": "4.1",
+  "dependencies": {
+    "HSCryptoKit": [
+      "1.0.1"
+    ],
+    "CryptoSwift": [
+
+    ],
+    "RxSwift": [
+
+    ],
+    "RealmSwift": [
+
+    ],
+    "RxRealm": [
+
+    ]
+  }
+}