blob: f3327a4d930c69b5b2890f7b9edcb88ae99a6245 [file] [log] [blame]
{
"name": "ALEither",
"version": "0.1.6",
"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.6"
},
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"source_files": "ALEither/Classes/**/*"
}