blob: c559f0abaa481ce3c298aba7f88cbbafd266727e [file] [log] [blame]
{
"name": "Reader",
"version": "0.1.0",
"summary": "Reader monad in Swift",
"description": "Reader, a wrapper for function that take some Input and produce Element.",
"homepage": "https://github.com/to4iki/Reader",
"source_files": "Sources/Reader/*.swift",
"pod_target_xcconfig": {
"SWIFT_WHOLE_MODULE_OPTIMIZATION": "YES",
"APPLICATION_EXTENSION_API_ONLY": "YES"
},
"source": {
"git": "https://github.com/to4iki/Reader.git",
"tag": "0.1.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Toshiki Takezawa": "tsk.take815@gmail.com"
},
"social_media_url": "https://twitter.com/to4iki",
"platforms": {
"ios": "8.0"
},
"swift_version": "4.0"
}