blob: 79f81ff122a73f50cb9d9a735b4d6ab8547d1882 [file] [log] [blame]
{
"name": "Combine-Realm",
"version": "1.0.1",
"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/CombineCommunity/CombineRealm.git",
"license": "MIT",
"authors": {
"Istvan Kreisz": "kreiszdev@gmail.com",
"Combine Community": "cocoapods@combine.community"
},
"source": {
"git": "https://github.com/CombineCommunity/CombineRealm.git",
"tag": "1.0.1"
},
"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"
}