4 "summary": "Sentry client for cocoa",
5 "homepage": "https://github.com/getsentry/sentry-cocoa",
9 "git": "https://github.com/getsentry/sentry-cocoa.git",
18 "module_name": "Sentry",
20 "frameworks": "Foundation",
25 "pod_target_xcconfig": {
26 "GCC_ENABLE_CPP_EXCEPTIONS": "YES",
27 "CLANG_CXX_LANGUAGE_STANDARD": "c++14",
28 "CLANG_CXX_LIBRARY": "libc++"
31 "pod_target_xcconfig": {
32 "OTHER_LDFLAGS": "$(inherited) -framework WatchKit"
42 "Sources/Sentry/**/*.{h,hpp,m,mm,c,cpp}",
43 "Sources/SentryCrash/**/*.{h,hpp,m,mm,c,cpp}"
45 "public_header_files": "Sources/Sentry/Public/*.h"
50 "Sources/Sentry/**/*.{h,hpp,m,mm,c,cpp}",
51 "Sources/SentryCrash/**/*.{h,hpp,m,mm,c,cpp}"
53 "public_header_files": [
54 "Sources/Sentry/Public/*.h",
55 "Sources/Sentry/include/PrivateSentrySDKOnly.h"