[Add] PusherChatkit 1.5.0
diff --git a/Specs/f/e/1/PusherChatkit/1.5.0/PusherChatkit.podspec.json b/Specs/f/e/1/PusherChatkit/1.5.0/PusherChatkit.podspec.json
new file mode 100644
index 0000000..8a9b47b
--- /dev/null
+++ b/Specs/f/e/1/PusherChatkit/1.5.0/PusherChatkit.podspec.json
@@ -0,0 +1,42 @@
+{
+  "name": "PusherChatkit",
+  "version": "1.5.0",
+  "summary": "Pusher Chatkit SDK in Swift",
+  "homepage": "https://github.com/pusher/chatkit-swift",
+  "license": "MIT",
+  "authors": {
+    "Hamilton Chapman": "hamchapman@gmail.com"
+  },
+  "source": {
+    "git": "https://github.com/pusher/chatkit-swift.git",
+    "tag": "1.5.0"
+  },
+  "social_media_url": "https://twitter.com/pusher",
+  "requires_arc": true,
+  "source_files": "Sources/*.swift",
+  "dependencies": {
+    "PusherPlatform": [
+      "~> 0.7.1"
+    ]
+  },
+  "ios": {
+    "dependencies": {
+      "BeamsChatkit": [
+        "~> 1.2"
+      ]
+    }
+  },
+  "osx": {
+    "dependencies": {
+      "BeamsChatkit": [
+        "~> 1.2"
+      ]
+    }
+  },
+  "platforms": {
+    "ios": "10.0",
+    "osx": "10.11",
+    "tvos": "9.0",
+    "watchos": "2.0"
+  }
+}