blob: d94945b8f70a7820801633cc549eed3a78cc825c [file] [log] [blame]
{
"name": "GlobalMessageService",
"version": "1.0.0",
"summary": "A GlobalMessageService framework written in Swift",
"homepage": "https://github.com/victorkiver/GlobalMessageService",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Viktor Kiver": "victorkiver@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/victorkiver/GlobalMessageService.git",
"tag": "1.0.0"
},
"source_files": "GlobalMessageService/**/*.{swift}",
"dependencies": {
"Moya": [
],
"CryptoSwift": [
]
},
"swift_version": "5.0"
}