blob: b91246ddb63fba2f941c5b13228866ec491df8ae [file] [log] [blame]
{
"name": "ALEither",
"version": "0.1.3",
"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.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ALEither/Classes/**/*",
"pushed_with_swift_version": "3.0"
}