blob: c9283bb28df102c501d17cc698fd42ba63daf60a [file] [log] [blame]
{
"name": "YetAnotherResult",
"version": "1.2.8",
"summary": "Simple Apple Swift result type",
"homepage": "https://github.com/Skogetroll/Result",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Mikhail Stepkin": "skogetroll@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/Skogetroll/Result.git",
"tag": "1.2.8"
},
"source_files": [
"Sources",
"Sources/**/*.{h, m, swift}"
],
"requires_arc": true
}