blob: b1d468b3dd5ae36b112fa7b456fbdaa12a708d5b [file] [log] [blame]
{
"name": "Realm-rX",
"version": "1.0.1",
"summary": "Realm + RxSwift eXtensions",
"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.1"
},
"source_files": "RealmX/**/*.swift",
"frameworks": "Foundation",
"dependencies": {
"RealmSwift": [
"~> 3.0.0"
],
"RxSwift": [
"~> 4.0.0"
],
"RxCocoa": [
"~> 4.0.0"
]
}
}