[Add] MoPub-UnityAds-Adapters 3.4.0.0
diff --git a/Specs/e/8/f/MoPub-UnityAds-Adapters/3.4.0.0/MoPub-UnityAds-Adapters.podspec.json b/Specs/e/8/f/MoPub-UnityAds-Adapters/3.4.0.0/MoPub-UnityAds-Adapters.podspec.json
new file mode 100644
index 0000000..aab8548
--- /dev/null
+++ b/Specs/e/8/f/MoPub-UnityAds-Adapters/3.4.0.0/MoPub-UnityAds-Adapters.podspec.json
@@ -0,0 +1,44 @@
+{
+  "name": "MoPub-UnityAds-Adapters",
+  "version": "3.4.0.0",
+  "summary": "Unity Adapters for mediating through MoPub.",
+  "description": "Supported ad formats: Interstitial, Rewarded Video.\n\nTo download and integrate the Unity Ads SDK, please check this tutorial: https://github.com/Unity-Technologies/unity-ads-iOS/releases.\n\n\nFor inquiries and support, please email unityads-support@unity3d.com.",
+  "homepage": "https://github.com/mopub/mopub-ios-mediation",
+  "license": {
+    "type": "New BSD",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "MoPub": "support@mopub.com"
+  },
+  "source": {
+    "git": "https://github.com/mopub/mopub-ios-mediation.git",
+    "tag": "unityads-3.4.0.0"
+  },
+  "platforms": {
+    "ios": "9.0"
+  },
+  "static_framework": true,
+  "subspecs": [
+    {
+      "name": "MoPub",
+      "dependencies": {
+        "mopub-ios-sdk/Core": [
+          "~> 5.8"
+        ]
+      }
+    },
+    {
+      "name": "Network",
+      "source_files": "UnityAds/*.{h,m}",
+      "dependencies": {
+        "UnityAds": [
+          "3.4.0"
+        ],
+        "mopub-ios-sdk/Core": [
+          "~> 5.8"
+        ]
+      }
+    }
+  ]
+}