blob: 1e2d6b581a7eb610f02579ce09754b951ef2eb96 [file] [log] [blame]
{
"name": "ResultCocoapods",
"version": "1.1.1",
"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.1"
},
"platforms": {
"ios": "9.0",
"osx": "10.11",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "Sources/**/*.{swift}",
"frameworks": "Foundation"
}