blob: d186507eb0a48b4cf3aebb7f45dff3a6fef5e232 [file] [log] [blame]
{
"name": "Combine-Realm",
"version": "0.1.0",
"summary": "A Combine wrapper of Realm's notifications and write bindings",
"description": "This is a Combine extension that provides an easy to use way to use Realm's natively reactive collection types as a Publishers",
"homepage": "https://github.com/istvan-kreisz/CombineRealm.git",
"license": "MIT",
"authors": {
"Istvan Kreisz": "kreiszdev@gmail.com"
},
"source": {
"git": "https://github.com/istvan-kreisz/CombineRealm.git",
"tag": "0.1.0"
},
"source_files": "Sources/CombineRealm/*",
"requires_arc": true,
"platforms": {
"ios": "13.0",
"osx": "10.15",
"tvos": "13.0",
"watchos": "6.0"
},
"frameworks": "Combine",
"swift_versions": "5.1",
"dependencies": {
"RealmSwift": [
"~> 4.0.0"
]
},
"swift_version": "5.1"
}