blob: 03c700705c835fc9d1c96d9e8bb915adb10b3dad [file] [log] [blame]
{
"name": "Sentry",
"version": "3.12.4",
"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.12.4"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"module_name": "Sentry",
"requires_arc": true,
"libraries": "z",
"default_subspecs": [
"Core",
"KSCrash"
],
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Sentry/**/*.{h,m}"
},
{
"name": "KSCrash",
"dependencies": {
"KSCrash/Core": [
"~> 1.15.12"
]
}
}
]
}