[Add] RealmSwift 10.0.0-alpha.6
diff --git a/Specs/9/4/5/RealmSwift/10.0.0-alpha.6/RealmSwift.podspec.json b/Specs/9/4/5/RealmSwift/10.0.0-alpha.6/RealmSwift.podspec.json
new file mode 100644
index 0000000..8fc9a5b
--- /dev/null
+++ b/Specs/9/4/5/RealmSwift/10.0.0-alpha.6/RealmSwift.podspec.json
@@ -0,0 +1,42 @@
+{
+  "name": "RealmSwift",
+  "version": "10.0.0-alpha.6",
+  "summary": "Realm is a modern data framework & database for iOS, macOS, tvOS & watchOS.",
+  "description": "The Realm Mobile Database, for Swift. (If you want to use Realm from Objective-C, see the “Realm” pod.)\n\nThe Realm Mobile Database is a fast, easy-to-use replacement for Core Data & SQLite. Use it with the Realm Mobile Platform for realtime, automatic data sync. Works on iOS, macOS, tvOS & watchOS. Learn more and get help at https://realm.io.",
+  "homepage": "https://realm.io",
+  "source": {
+    "git": "https://github.com/realm/realm-cocoa.git",
+    "tag": "v10.0.0-alpha.6",
+    "submodules": true
+  },
+  "authors": {
+    "Realm": "help@realm.io"
+  },
+  "requires_arc": true,
+  "social_media_url": "https://twitter.com/realm",
+  "documentation_url": "https://realm.io/docs/swift/latest",
+  "license": {
+    "type": "Apache 2.0",
+    "file": "LICENSE"
+  },
+  "dependencies": {
+    "Realm": [
+      "= 10.0.0-alpha.6"
+    ]
+  },
+  "source_files": "RealmSwift/*.swift",
+  "exclude_files": "RealmSwift/Nonsync.swift",
+  "prepare_command": "sh build.sh cocoapods-setup swift",
+  "preserve_paths": [
+    "build.sh"
+  ],
+  "pod_target_xcconfig": {
+    "APPLICATION_EXTENSION_API_ONLY": "YES"
+  },
+  "platforms": {
+    "ios": "12.0",
+    "osx": "10.14",
+    "watchos": "5.0",
+    "tvos": "12.0"
+  }
+}