[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / d / 2 / 4 / Combine-Realm / 0.1.0 / Combine-Realm.podspec.json
blobd186507eb0a48b4cf3aebb7f45dff3a6fef5e232
2   "name": "Combine-Realm",
3   "version": "0.1.0",
4   "summary": "A Combine wrapper of Realm's notifications and write bindings",
5   "description": "This is a Combine extension that provides an easy to use way to use Realm's natively reactive collection types as a Publishers",
6   "homepage": "https://github.com/istvan-kreisz/CombineRealm.git",
7   "license": "MIT",
8   "authors": {
9     "Istvan Kreisz": "kreiszdev@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/istvan-kreisz/CombineRealm.git",
13     "tag": "0.1.0"
14   },
15   "source_files": "Sources/CombineRealm/*",
16   "requires_arc": true,
17   "platforms": {
18     "ios": "13.0",
19     "osx": "10.15",
20     "tvos": "13.0",
21     "watchos": "6.0"
22   },
23   "frameworks": "Combine",
24   "swift_versions": "5.1",
25   "dependencies": {
26     "RealmSwift": [
27       "~> 4.0.0"
28     ]
29   },
30   "swift_version": "5.1"