[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / 2 / 4 / Combine-Realm / 2.0.0 / Combine-Realm.podspec.json
blob3ce63b33f037fffe376f37abcaf8c5e2afdc0410
2   "name": "Combine-Realm",
3   "version": "2.0.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/CombineCommunity/CombineRealm.git",
7   "license": "MIT",
8   "authors": {
9     "Istvan Kreisz": "kreiszdev@gmail.com",
10     "Combine Community": "cocoapods@combine.community"
11   },
12   "source": {
13     "git": "https://github.com/CombineCommunity/CombineRealm.git",
14     "tag": "2.0.0"
15   },
16   "source_files": "Sources/CombineRealm/*",
17   "requires_arc": true,
18   "platforms": {
19     "ios": "13.0",
20     "osx": "10.15",
21     "tvos": "13.0",
22     "watchos": "6.0"
23   },
24   "frameworks": "Combine",
25   "swift_versions": "5.1",
26   "dependencies": {
27     "RealmSwift": [
28       "~> 5.0.0"
29     ]
30   },
31   "swift_version": "5.1"