blob: 6e2c9ad6d7c8bd808581a8f150c3dee026347cae [file] [log] [blame]
{
"name": "Result",
"version": "0.6.0-beta.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.6.0-beta.3"
},
"source_files": "Result/*.swift",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0"
}
}