[Add] MoPub-TapJoy-Adapters 12.4.0.0
diff --git a/Specs/8/f/5/MoPub-TapJoy-Adapters/12.4.0.0/MoPub-TapJoy-Adapters.podspec.json b/Specs/8/f/5/MoPub-TapJoy-Adapters/12.4.0.0/MoPub-TapJoy-Adapters.podspec.json
new file mode 100644
index 0000000..752fd96
--- /dev/null
+++ b/Specs/8/f/5/MoPub-TapJoy-Adapters/12.4.0.0/MoPub-TapJoy-Adapters.podspec.json
@@ -0,0 +1,44 @@
+{
+  "name": "MoPub-TapJoy-Adapters",
+  "version": "12.4.0.0",
+  "summary": "TapJoy Adapters for mediating through MoPub.",
+  "description": "Supported ad formats: Interstitial, Rewarded Video.\n\nTo download and integrate the TapJoy SDK, please check this tutorial: https://dev.tapjoy.com/sdk-integration/ios/getting-started-guide-publishers-ios/ \n\n\nFor inquiries and support, please email https://dev.tapjoy.com/contact-support/.",
+  "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": "tapjoy-12.4.0.0"
+  },
+  "platforms": {
+    "ios": "9.0"
+  },
+  "static_framework": true,
+  "subspecs": [
+    {
+      "name": "MoPub",
+      "dependencies": {
+        "mopub-ios-sdk/Core": [
+          "~> 5.6"
+        ]
+      }
+    },
+    {
+      "name": "Network",
+      "source_files": "Tapjoy/*.{h,m}",
+      "dependencies": {
+        "TapjoySDK": [
+          "12.4.0"
+        ],
+        "mopub-ios-sdk/Core": [
+          "~> 5.6"
+        ]
+      }
+    }
+  ]
+}