blob: 44e4cab09b6a7bd9fda82c117732b1fb01c65196 [file] [log] [blame]
{
"name": "ResultCocoapods",
"version": "1.1.0",
"swift_version": "4.2",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/asensei/Result",
"authors": {
"Asensei": "info@asensei.com"
},
"summary": "Swift type modelling the success/failure of arbitrary operations.",
"source": {
"git": "https://github.com/asensei/Result.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "9.0",
"osx": "10.11",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "Sources/**/*.{swift}",
"frameworks": "Foundation"
}