blob: 4d31960f57a36283c23ce9b3fe3a5cb90e808eb4 [file] [log] [blame]
{
"name": "RealmIO",
"version": "1.2.0",
"summary": "RealmIO makes Realm operation more safely, reusable and composable by using reader monad.",
"description": "RealmIO makes Realm operation more safely, reusable and composable by using reader monad.\n- Define Realm operation as `RealmIO`\n- Run Realm operation with `realm.run(io:)`\n- Compose realm operation with `flatMap`",
"homepage": "https://github.com/ukitaka/RealmIO",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ukitaka": "yuki.takahashi.1126@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/ukitaka/RealmIO.git",
"tag": "1.2.0"
},
"source_files": "Sources/**/*",
"frameworks": "Foundation",
"dependencies": {
"RealmSwift": [
]
},
"pushed_with_swift_version": "4.0.0"
}