blob: 44e7b26ad421cf211b651c98010a0cc60d8e2a38 [file] [log] [blame]
{
"name": "LightRealm",
"version": "1.0",
"summary": "LightRealm is lightweight implementation of Realm repository",
"homepage": "https://github.com/Standret/LightRealm",
"license": "MIT",
"authors": {
"Peter Standret": "pstandret@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "4.2",
"source": {
"git": "https://github.com/Standret/LightRealm.git",
"tag": "1.0"
},
"source_files": "LightRealm/*.swift",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"RxRealm": [
],
"RealmSwift": [
]
}
}