blob: 20f3a627c4b417e0d4d69622112bd1cc33309d05 [file] [log] [blame]
{
"name": "ResultKit",
"version": "2.2.0",
"summary": "Sort description of 'Result' framework",
"homepage": "https://github.com/amine2233/Result",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Amine Bensalah": "amine.bensalah@outlook.com"
},
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "4.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/amine2233/Result.git",
"tag": "2.2.0"
},
"source_files": "Sources/**/*.swift",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
},
"swift_version": "4.2",
"module_name": "Result"
}