[Add] WordPressAuthenticator 1.8.0-beta.8
diff --git a/Specs/5/b/a/WordPressAuthenticator/1.8.0-beta.8/WordPressAuthenticator.podspec.json b/Specs/5/b/a/WordPressAuthenticator/1.8.0-beta.8/WordPressAuthenticator.podspec.json
new file mode 100644
index 0000000..df37b80
--- /dev/null
+++ b/Specs/5/b/a/WordPressAuthenticator/1.8.0-beta.8/WordPressAuthenticator.podspec.json
@@ -0,0 +1,67 @@
+{
+  "name": "WordPressAuthenticator",
+  "version": "1.8.0-beta.8",
+  "summary": "WordPressAuthenticator implements an easy and elegant way to authenticate your WordPress Apps.",
+  "description": "This framework encapsulates everything required to display the Authentication UI\nand perform authentication against WordPress.com and WordPress.org sites.\n\nPlus: WordPress.com *signup*  is supported.",
+  "homepage": "https://github.com/wordpress-mobile/WordPressAuthenticator-iOS",
+  "license": "GPLv2",
+  "authors": {
+    "WordPress": "mobile@automattic.com"
+  },
+  "platforms": {
+    "ios": "11.0"
+  },
+  "swift_versions": "4.2",
+  "source": {
+    "git": "https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git",
+    "tag": "1.8.0-beta.8"
+  },
+  "source_files": "WordPressAuthenticator/**/*.{h,m,swift}",
+  "private_header_files": "WordPressAuthenticator/Private/*.h",
+  "resource_bundles": {
+    "WordPressAuthenticatorResources": [
+      "WordPressAuthenticator/Resources/Assets.xcassets",
+      "WordPressAuthenticator/Resources/Animations/*.json",
+      "WordPressAuthenticator/**/*.{storyboard,xib}"
+    ]
+  },
+  "requires_arc": true,
+  "static_framework": true,
+  "header_dir": "WordPressAuthenticator",
+  "dependencies": {
+    "1PasswordExtension": [
+      "1.8.5"
+    ],
+    "Alamofire": [
+      "4.7.3"
+    ],
+    "CocoaLumberjack": [
+      "~> 3.5"
+    ],
+    "lottie-ios": [
+      "2.5.2"
+    ],
+    "NSURL+IDN": [
+      "0.3"
+    ],
+    "SVProgressHUD": [
+      "2.2.5"
+    ],
+    "Gridicons": [
+      "~> 0.15"
+    ],
+    "GoogleSignIn": [
+      "~> 4.4"
+    ],
+    "WordPressUI": [
+      "~> 1.3"
+    ],
+    "WordPressKit": [
+      "~> 4.5.0-beta.2"
+    ],
+    "WordPressShared": [
+      "~> 1.8"
+    ]
+  },
+  "swift_version": "4.2"
+}