[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / 8 / b / CombineRealm / 0.2.1 / CombineRealm.podspec.json
blobe0670d9a2d0468c23236608a88ba737fa311ab2c
2   "name": "CombineRealm",
3   "version": "0.2.1",
4   "summary": "A Combine wrapper of Realm's notifications and write bindings",
5   "swift_versions": "5.0",
6   "description": "This is a Combine extension that provides an easy and straight-forward way\nto use Realm's natively reactive collection type as a Publisher",
7   "homepage": "https://github.com/bitomule/CombineRealm",
8   "license": "MIT",
9   "authors": {
10     "David Collado": "bitomule@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/bitomule/CombineRealm.git",
14     "tag": "0.2.1"
15   },
16   "requires_arc": true,
17   "platforms": {
18     "ios": "13.0",
19     "osx": "10.15",
20     "tvos": "13.0",
21     "watchos": "6.0"
22   },
23   "source_files": "Sources/Classes/*.swift",
24   "frameworks": "Combine",
25   "dependencies": {
26     "RealmSwift": [
27       "~> 3.14"
28     ]
29   },
30   "swift_version": "5.0"