blob: 6daa64ce3ef62bc723d39a4fcdde3be481b4738d [file] [log] [blame]
{
"name": "EitherResult",
"version": "0.1.0",
"summary": "A short description of ALResult.",
"description": "ALDO implementation of Either monad to eliminate bolarplate code",
"homepage": "https://github.com/aldo-dev/ALResult",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"AlexHmelevskiAG": "alexei.hmelevski@gmail.com"
},
"source": {
"git": "https://github.com/aldo-dev/ALResult.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.0",
"source_files": "ALResult/Classes/**/*"
}