[Add] RegexMatcher 1.2.0
diff --git a/Specs/a/3/7/RegexMatcher/1.2.0/RegexMatcher.podspec.json b/Specs/a/3/7/RegexMatcher/1.2.0/RegexMatcher.podspec.json
new file mode 100644
index 0000000..0c31a95
--- /dev/null
+++ b/Specs/a/3/7/RegexMatcher/1.2.0/RegexMatcher.podspec.json
@@ -0,0 +1,24 @@
+{
+  "name": "RegexMatcher",
+  "version": "1.2.0",
+  "summary": "NSRegularExpression wrapper",
+  "description": "NSRegularExpression wrapper written in Swift.",
+  "homepage": "https://github.com/hectr/swift-regex",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "hectr": "h@mrhector.me"
+  },
+  "source": {
+    "git": "https://github.com/hectr/swift-regex.git",
+    "tag": "1.2.0"
+  },
+  "social_media_url": "https://twitter.com/elnetus",
+  "platforms": {
+    "ios": "8.0",
+    "osx": "10.13"
+  },
+  "source_files": "Sources/RegexMatcher/**/*"
+}