[Add] Hodler-Universal.swift 0.13.2
diff --git a/Specs/4/2/d/Hodler-Universal.swift/0.13.2/Hodler-Universal.swift.podspec.json b/Specs/4/2/d/Hodler-Universal.swift/0.13.2/Hodler-Universal.swift.podspec.json
new file mode 100644
index 0000000..70db15a
--- /dev/null
+++ b/Specs/4/2/d/Hodler-Universal.swift/0.13.2/Hodler-Universal.swift.podspec.json
@@ -0,0 +1,40 @@
+{
+  "name": "Hodler-Universal.swift",
+  "module_name": "Hodler",
+  "version": "0.13.2",
+  "summary": "Hodler library for Swift. Supports iOS & OSX",
+  "description": "Hodler plugin enables to send/receive/spend time-locked transactions.",
+  "homepage": "https://github.com/cuhte3/bitcoin-kit-universal",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "Horizontal Systems": "hsdao@protonmail.ch",
+    "cuhte3": "farid@getportal.co"
+  },
+  "source": {
+    "git": "https://github.com/cuhte3/bitcoin-kit-universal.git",
+    "tag": "hodler-0.13.2"
+  },
+  "social_media_url": "http://horizontalsystems.io/",
+  "platforms": {
+    "ios": "11.0",
+    "osx": "10.14"
+  },
+  "swift_versions": "5",
+  "source_files": "Hodler/Classes/**/*",
+  "requires_arc": true,
+  "dependencies": {
+    "BitcoinCore-Universal.swift": [
+      "~> 0.13.2"
+    ],
+    "OpenSslKit-Universal.swift": [
+      "~> 1.0.1"
+    ],
+    "Secp256k1Kit-Universal.swift": [
+      "~> 1.0.1"
+    ]
+  },
+  "swift_version": "5"
+}