blob: 40fe7dbc4f578b4ac90cd867a4c410594f2f55c1 [file] [log] [blame]
{
"name": "Realm-rX",
"version": "1.0.2",
"summary": "Realm + RxSwift eXtensions",
"swift_version": "4.0",
"homepage": "https://github.com/Urotea/RealmX",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Urotea",
"platforms": {
"ios": "12.0"
},
"source": {
"git": "https://github.com/Urotea/RealmX.git",
"tag": "1.0.2"
},
"source_files": "RealmX/**/*.swift",
"frameworks": "Foundation",
"dependencies": {
"RealmSwift": [
">= 3.13.0"
],
"RxSwift": [
">= 4.4.0"
],
"RxCocoa": [
">= 4.4.0"
]
}
}