blob: 4827eefb1d4c9844570a46ffb4d52a64c8f1cd54 [file] [log] [blame]
{
"name": "Result",
"version": "0.4.3",
"summary": "Swift type modelling the success/failure of arbitrary operations",
"homepage": "https://github.com/antitypical/Result",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Rob Rix": "rob.rix@github.com"
},
"source": {
"git": "https://github.com/antitypical/Result.git",
"tag": "0.4.3"
},
"source_files": "Result/*.swift",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"dependencies": {
"Box": [
"~> 1.2"
]
},
"requires_arc": true
}