[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 2 / f / RealmIO / 1.2.0 / RealmIO.podspec.json
blob4d31960f57a36283c23ce9b3fe3a5cb90e808eb4
2   "name": "RealmIO",
3   "version": "1.2.0",
4   "summary": "RealmIO makes Realm operation more safely, reusable and composable by using reader monad.",
5   "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`",
6   "homepage": "https://github.com/ukitaka/RealmIO",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ukitaka": "yuki.takahashi.1126@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.9",
17     "watchos": "2.0",
18     "tvos": "9.0"
19   },
20   "source": {
21     "git": "https://github.com/ukitaka/RealmIO.git",
22     "tag": "1.2.0"
23   },
24   "source_files": "Sources/**/*",
25   "frameworks": "Foundation",
26   "dependencies": {
27     "RealmSwift": [
29     ]
30   },
31   "pushed_with_swift_version": "4.0.0"