blob: 6e1a7844d6882d8efea4fd7e1b2ba0275bd109c2 [file] [log] [blame]
{
"name": "Combine-Realm",
"version": "1.0.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",
"Combine Community": "cocoapods@combine.community"
},
"source": {
"git": "https://github.com/istvan-kreisz/CombineRealm.git",
"tag": "1.0.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"
}