42 lines
843 B
JSON
42 lines
843 B
JSON
{
|
|
"name": "Sentry",
|
|
"version": "7.10.0",
|
|
"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": "7.10.0"
|
|
},
|
|
"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"
|
|
},
|
|
"default_subspecs": [
|
|
"Core"
|
|
],
|
|
"subspecs": [
|
|
{
|
|
"name": "Core",
|
|
"source_files": [
|
|
"Sources/Sentry/**/*.{h,m,c}",
|
|
"Sources/SentryCrash/**/*.{h,m,mm,c,cpp}"
|
|
],
|
|
"public_header_files": "Sources/Sentry/Public/*.h"
|
|
}
|
|
]
|
|
}
|