4 "summary": "Reader monad in Swift",
5 "description": "Reader, a wrapper for function that take some Input and produce Element.",
6 "homepage": "https://github.com/to4iki/Reader",
7 "source_files": "Sources/Reader/*.swift",
8 "pod_target_xcconfig": {
9 "SWIFT_WHOLE_MODULE_OPTIMIZATION": "YES",
10 "APPLICATION_EXTENSION_API_ONLY": "YES"
13 "git": "https://github.com/to4iki/Reader.git",
21 "Toshiki Takezawa": "tsk.take815@gmail.com"
23 "social_media_url": "https://twitter.com/to4iki",
27 "swift_version": "4.0"