blob: 5fab8d62eef32defae7fd8a8032c387fa8feb840 [file] [log] [blame]
{
"name": "SentrySwift",
"version": "0.4.0",
"summary": "Swift client for Sentry",
"homepage": "https://github.com/getsentry/sentry-swift",
"license": "mit",
"authors": "Josh Holtz",
"source": {
"git": "https://github.com/getsentry/sentry-swift.git",
"tag": "0.4.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"source_files": "Sources/**/*.{h,m,swift}",
"dependencies": {
"KSCrash": [
"~> 1.8.3"
]
},
"deprecated_in_favor_of": "Sentry"
}