blob: c79dd1f5490adca0582c194eca4ad3d29aaa7776 [file] [log] [blame]
{
"name": "ResultKit",
"version": "1.1.3",
"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": "9.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/amine2233/Result.git",
"tag": "1.1.3"
},
"source_files": "Sources/**/*.swift",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.1"
},
"swift_version": "4.1",
"module_name": "Result"
}