[Add] ReactiveKit 3.15.2
diff --git a/Specs/5/9/5/ReactiveKit/3.15.2/ReactiveKit.podspec.json b/Specs/5/9/5/ReactiveKit/3.15.2/ReactiveKit.podspec.json
new file mode 100644
index 0000000..914ac9d
--- /dev/null
+++ b/Specs/5/9/5/ReactiveKit/3.15.2/ReactiveKit.podspec.json
@@ -0,0 +1,28 @@
+{
+  "name": "ReactiveKit",
+  "version": "3.15.2",
+  "summary": "A Swift Reactive Programming Framework",
+  "description": "ReactiveKit is a Swift framework for reactive and functional reactive programming.",
+  "homepage": "https://github.com/DeclarativeHub/ReactiveKit",
+  "license": "MIT",
+  "authors": {
+    "Srdan Rasic": "srdan.rasic@gmail.com"
+  },
+  "source": {
+    "git": "https://github.com/DeclarativeHub/ReactiveKit.git",
+    "tag": "v3.15.2"
+  },
+  "platforms": {
+    "ios": "8.0",
+    "osx": "10.11",
+    "watchos": "2.0",
+    "tvos": "9.0"
+  },
+  "source_files": [
+    "Sources/*.swift",
+    "ReactiveKit/*.{h,m}"
+  ],
+  "requires_arc": true,
+  "swift_versions": "5.0",
+  "swift_version": "5.0"
+}