[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / 2 / 4 / Combine-Realm / 1.0.1 / Combine-Realm.podspec.json
blob79f81ff122a73f50cb9d9a735b4d6ab8547d1882
2   "name": "Combine-Realm",
3   "version": "1.0.1",
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": "1.0.1"
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       "~> 4.0.0"
29     ]
30   },
31   "swift_version": "5.1"