[Add] FormTextField 3.0.0
diff --git a/Specs/3/9/8/FormTextField/3.0.0/FormTextField.podspec.json b/Specs/3/9/8/FormTextField/3.0.0/FormTextField.podspec.json
new file mode 100644
index 0000000..1029b0d
--- /dev/null
+++ b/Specs/3/9/8/FormTextField/3.0.0/FormTextField.podspec.json
@@ -0,0 +1,22 @@
+{
+  "name": "FormTextField",
+  "summary": "A UITextField that supports formatters and input validators such as maximum length and regex",
+  "version": "3.0.0",
+  "homepage": "https://github.com/3lvis/FormTextField",
+  "license": "MIT",
+  "authors": {
+    "Elvis Nuñez": "elvisnunez@me.com"
+  },
+  "source": {
+    "git": "https://github.com/3lvis/FormTextField.git",
+    "tag": "3.0.0"
+  },
+  "social_media_url": "https://twitter.com/3lvis",
+  "platforms": {
+    "ios": "9.0",
+    "tvos": "9.0"
+  },
+  "requires_arc": true,
+  "source_files": "Source/**/*",
+  "frameworks": "UIKit"
+}