blob: 6e79071b5a7533b2be6b7cb848160951a4335568 [file] [log] [blame]
{
"name": "ExceptionKit",
"version": "1.0.2",
"summary": "Pod that tries to help simplify Error Logging",
"description": "Pod that helps simplify Error logging in Swift",
"homepage": "https://github.com/labs-nomad/ErrorKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"shared@nomad-go.com": "nomad@shared-go.com"
},
"source": {
"git": "https://github.com/labs-nomad/ErrorKit.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "11.1"
},
"source_files": "ErrorKit/**/*.{h,m,swift}",
"swift_versions": "5",
"swift_version": "5"
}