blob: 16d62da33abfafca37b0c4dc9f93e19b1252a6f3 [file] [log] [blame]
{
"name": "ResultKit",
"version": "2.1.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.1.0"
},
"source_files": "Sources/**/*.swift",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
},
"swift_version": "4.2",
"module_name": "Result"
}