blob: 4c6a21436914f54d217f83fcadac9bf2d7994929 [file] [log] [blame]
{
"name": "Sentry",
"version": "3.4.1",
"summary": "Sentry client for cocoa",
"homepage": "https://github.com/getsentry/sentry-cocoa",
"license": "mit",
"authors": "Sentry",
"source": {
"git": "https://github.com/getsentry/sentry-cocoa.git",
"tag": "3.4.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"module_name": "Sentry",
"requires_arc": true,
"libraries": "z",
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Sentry/**/*.{h,m}"
},
{
"name": "KSCrash",
"dependencies": {
"KSCrash/Core": [
"~> 1.15.11"
]
}
}
]
}