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 "swift_versions": "5.5",
26 "pod_target_xcconfig": {
27 "GCC_ENABLE_CPP_EXCEPTIONS": "YES",
28 "CLANG_CXX_LANGUAGE_STANDARD": "c++14",
29 "CLANG_CXX_LIBRARY": "libc++"
32 "pod_target_xcconfig": {
33 "OTHER_LDFLAGS": "$(inherited) -framework WatchKit"
48 "Sources/Sentry/**/*.{h,hpp,m,mm,c,cpp}",
49 "Sources/SentryCrash/**/*.{h,hpp,m,mm,c,cpp}",
50 "Sources/Swift/Sentry.swift"
52 "public_header_files": "Sources/Sentry/Public/*.h",
53 "resources": "Sources/Resources/PrivacyInfo.xcprivacy"
58 "Sources/Sentry/**/*.{h,hpp,m,mm,c,cpp}",
59 "Sources/SentryCrash/**/*.{h,hpp,m,mm,c,cpp}",
60 "Sources/Swift/Sentry.swift"
62 "public_header_files": [
63 "Sources/Sentry/Public/*.h",
64 "Sources/Sentry/include/HybridPublic/*.h"
66 "resources": "Sources/Resources/PrivacyInfo.xcprivacy"
69 "swift_version": "5.5"