blob: eaa5b1ee2438d7c3a51f02efedef2f127035422e [file] [log] [blame]
{
"name": "Santa",
"version": "0.2.1",
"summary": "A resource based network communication lib",
"description": "Define your backend resources once and reuse them wherever you like. All the network related code\nis handled in a single place and can be easily monitored. Benefit from a clear and readable network communication\napi.",
"homepage": "https://github.com/kurzdigital/Santa",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Christian Braun": "christian.braun@kurzdigital.com"
},
"source": {
"git": "https://github.com/kurzdigital/Santa.git",
"tag": "0.2.1"
},
"swift_versions": "5.0",
"platforms": {
"ios": "9.0"
},
"source_files": "Santa/Classes/**/*",
"frameworks": "UIKit",
"swift_version": "5.0"
}