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