blob: 942ac379e8f6c51ffeda2a050927e5aa7e0530e6 [file] [log] [blame]
{
"name": "Result",
"version": "0.3.2",
"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.3.2"
},
"source_files": "Result/*.swift",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true
}