[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 2 / 4 / Combine-Realm / 1.0.0 / Combine-Realm.podspec.json
blob6e1a7844d6882d8efea4fd7e1b2ba0275bd109c2
2   "name": "Combine-Realm",
3   "version": "1.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/istvan-kreisz/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/istvan-kreisz/CombineRealm.git",
14     "tag": "1.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       "~> 4.0.0"
29     ]
30   },
31   "swift_version": "5.1"