blob: 7e4010cd7fb687d7ab4cc601e2b6efebad7a8c40 [file] [log] [blame]
{
"name": "Result",
"version": "4.0.0",
"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": "4.0.0"
},
"source_files": "Result/*.swift",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"swift_version": "4.0",
"cocoapods_version": ">= 1.4.0"
}