[Add] TokenRow 1.5.0
diff --git a/Specs/2/1/0/TokenRow/1.5.0/TokenRow.podspec.json b/Specs/2/1/0/TokenRow/1.5.0/TokenRow.podspec.json
new file mode 100644
index 0000000..df4b792
--- /dev/null
+++ b/Specs/2/1/0/TokenRow/1.5.0/TokenRow.podspec.json
@@ -0,0 +1,38 @@
+{
+  "name": "TokenRow",
+  "version": "1.5.0",
+  "summary": "An Eureka row that allows the user to select options into a token view.",
+  "homepage": "https://github.com/EurekaCommunity/TokenRow",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "Xmartlabs SRL": "swift@xmartlabs.com"
+  },
+  "source": {
+    "git": "https://github.com/EurekaCommunity/TokenRow.git",
+    "tag": "1.5.0"
+  },
+  "social_media_url": "https://twitter.com/EurekaCommunity",
+  "platforms": {
+    "ios": "9.3"
+  },
+  "requires_arc": true,
+  "ios": {
+    "source_files": "TokenRow/Sources/**/*.{swift}",
+    "frameworks": [
+      "UIKit",
+      "Foundation"
+    ]
+  },
+  "dependencies": {
+    "Eureka": [
+      "~> 5.0"
+    ],
+    "CLTokenInputView": [
+      "~> 2.3"
+    ]
+  },
+  "swift_version": "5.0"
+}