blob: 442c23378fba4de538145c42c743dfa9b5898a7f [file] [log] [blame]
{
"name": "Result",
"version": "2.1.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": "2.1.3"
},
"source_files": "Result/*.swift",
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "2.3"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
}
}