blob: 27f2569175eb5c2852861e2cf1c50f50db2e6947 [file] [log] [blame]
{
"name": "Result",
"version": "1.0.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": "1.0.2"
},
"source_files": "Result/*.swift",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
}
}