blob: 8d4907eeb95c19180da3f5cbf5a5cd8918bfbc15 [file] [log] [blame]
{
"name": "Sentry",
"version": "6.0.5",
"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": "6.0.5"
},
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"module_name": "Sentry",
"requires_arc": true,
"frameworks": "Foundation",
"libraries": [
"z",
"c++"
],
"xcconfig": {
"GCC_ENABLE_CPP_EXCEPTIONS": "YES",
"CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER": "NO"
},
"default_subspecs": [
"Core"
],
"subspecs": [
{
"name": "Core",
"source_files": [
"Sources/Sentry/**/*.{h,m}",
"Sources/SentryCrash/**/*.{h,m,mm,c,cpp}"
],
"public_header_files": "Sources/Sentry/Public/*.h"
}
]
}