blob: 46c9833289f1955c7cc5ddced7a4b20fcd32beec [file] [log] [blame]
{
"name": "Realm-rX",
"version": "1.0.3",
"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.3"
},
"source_files": "RealmX/**/*.swift",
"frameworks": "Foundation",
"dependencies": {
"RealmSwift": [
">= 3.13.0"
],
"RxSwift": [
">= 4.4.0"
],
"RxCocoa": [
">= 4.4.0"
]
}
}