blob: b8935494990ea4b04e7383491dc1a42a06d7a875 [file] [log] [blame]
{
"name": "SentrySwift",
"version": "0.3.3",
"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.3.3"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"source_files": "Sources/**/*.{h,m,swift}",
"dependencies": {
"KSCrash": [
"~> 1.6.2"
]
},
"deprecated_in_favor_of": "Sentry"
}