blob: 9bc6f820fd5e704cb05a9fe0d7f2303471d625d4 [file] [log] [blame]
{
"name": "CombineRealm",
"version": "0.2.0",
"summary": "A Combine wrapper of Realm's notifications and write bindings",
"swift_versions": "5.0",
"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",
"homepage": "https://github.com/bitomule/CombineRealm",
"license": "MIT",
"authors": {
"David Collado": "bitomule@gmail.com"
},
"source": {
"git": "https://github.com/bitomule/CombineRealm.git",
"tag": "0.2.0"
},
"requires_arc": true,
"platforms": {
"ios": "13.0",
"osx": "10.15",
"tvos": "13.0",
"watchos": "6.0"
},
"source_files": "Sources/Classes/*.swift",
"frameworks": "Combine",
"dependencies": {
"RealmSwift": [
"~> 3.14"
]
},
"swift_version": "5.0"
}