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