[Add] CucumberSwift 2.2.13
diff --git a/Specs/a/1/3/CucumberSwift/2.2.13/CucumberSwift.podspec.json b/Specs/a/1/3/CucumberSwift/2.2.13/CucumberSwift.podspec.json
new file mode 100644
index 0000000..e75b79a
--- /dev/null
+++ b/Specs/a/1/3/CucumberSwift/2.2.13/CucumberSwift.podspec.json
@@ -0,0 +1,47 @@
+{
+  "name": "CucumberSwift",
+  "version": "2.2.13",
+  "summary": "A lightweight swift only cucumber implementation.",
+  "description": "This is a swift only cucumber implementation. This particular implementation contains feature, scenario and step level hooks that Cucumberish does not and has the added benefit of not requiring an objective-c bridging header",
+  "homepage": "https://github.com/Tyler-Keith-Thompson/CucumberSwift",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "Tyler Thompson": "Tyler.Thompson@Asynchrony.com"
+  },
+  "source": {
+    "git": "https://github.com/Tyler-Keith-Thompson/CucumberSwift.git",
+    "tag": "2.2.13"
+  },
+  "platforms": {
+    "ios": "8.0",
+    "osx": "10.9",
+    "tvos": "9.0"
+  },
+  "swift_versions": "5.0",
+  "source_files": "CucumberSwift/**/*.{swift,h,m}",
+  "resources": [
+    "CucumberSwift/**/*.{json}"
+  ],
+  "frameworks": "XCTest",
+  "pod_target_xcconfig": {
+    "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\""
+  },
+  "subspecs": [
+    {
+      "name": "snippets",
+      "resources": [
+        "CucumberSwift/**/*.{codesnippet,sh}"
+      ]
+    },
+    {
+      "name": "syntax",
+      "resources": [
+        "CucumberSwift/Gherkin/**/*.{xclangspec,sh,ideplugin}"
+      ]
+    }
+  ],
+  "swift_version": "5.0"
+}