blob: 924d1fc4b122996af1f481a14a2e82e3c5bb9b58 [file] [log] [blame]
{
"name": "Santa",
"version": "0.3.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.3.1"
},
"swift_versions": "5.0",
"platforms": {
"ios": "9.0"
},
"source_files": "Santa/Classes/**/*",
"frameworks": "UIKit",
"swift_version": "5.0"
}