blob: bdf0276aadfa0c4d1c8d966a9a47cb8846ff378f [file] [log] [blame]
{
"name": "ALEither",
"version": "0.1.8",
"summary": "Either monad in swift",
"description": "Simple idea of Either monad implemented in Swift. Supports map,flatMap,fork etc",
"homepage": "https://github.com/AlexHmelevski/ALEither.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"AlexHmelevskiAG": "alexei.hmelevski@gmail.com"
},
"source": {
"git": "https://github.com/AlexHmelevski/ALEither.git",
"tag": "0.1.8"
},
"platforms": {
"ios": "11.0",
"tvos": "12.2"
},
"swift_version": "5.0",
"source_files": "ALEither/Classes/**/*"
}