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",
21 "swift_versions": "5.5",
22 "pod_target_xcconfig": {
23 "GCC_ENABLE_CPP_EXCEPTIONS": "YES",
24 "CLANG_CXX_LANGUAGE_STANDARD": "c++14",
25 "CLANG_CXX_LIBRARY": "libc++"
28 "pod_target_xcconfig": {
29 "OTHER_LDFLAGS": "$(inherited) -framework WatchKit"
44 "Sources/Sentry/**/*.{h,hpp,m,mm,c,cpp}",
45 "Sources/SentryCrash/**/*.{h,hpp,m,mm,c,cpp}",
46 "Sources/Swift/Sentry.swift"
48 "public_header_files": "Sources/Sentry/Public/*.h",
49 "resources": "Sources/Resources/PrivacyInfo.xcprivacy"
54 "Sources/Sentry/**/*.{h,hpp,m,mm,c,cpp}",
55 "Sources/SentryCrash/**/*.{h,hpp,m,mm,c,cpp}",
56 "Sources/Swift/Sentry.swift"
58 "public_header_files": [
59 "Sources/Sentry/Public/*.h",
60 "Sources/Sentry/include/HybridPublic/*.h"
62 "resources": "Sources/Resources/PrivacyInfo.xcprivacy"
65 "swift_version": "5.5"