3 "version": "8.22.0-alpha.0",
4 "summary": "Sentry client for cocoa",
5 "homepage": "https://github.com/getsentry/sentry-cocoa",
9 "git": "https://github.com/getsentry/sentry-cocoa.git",
10 "tag": "8.22.0-alpha.0"
19 "module_name": "Sentry",
21 "frameworks": "Foundation",
22 "swift_versions": "5.5",
23 "pod_target_xcconfig": {
24 "GCC_ENABLE_CPP_EXCEPTIONS": "YES",
25 "CLANG_CXX_LANGUAGE_STANDARD": "c++14",
26 "CLANG_CXX_LIBRARY": "libc++"
29 "pod_target_xcconfig": {
30 "OTHER_LDFLAGS": "$(inherited) -framework WatchKit"
40 "Sources/Sentry/**/*.{h,hpp,m,mm,c,cpp}",
41 "Sources/SentryCrash/**/*.{h,hpp,m,mm,c,cpp}",
42 "Sources/Swift/**/*.{swift,h,hpp,m,mm,c,cpp}"
44 "public_header_files": "Sources/Sentry/Public/*.h",
46 "Sentry": "Sources/Resources/PrivacyInfo.xcprivacy"
52 "Sources/Sentry/**/*.{h,hpp,m,mm,c,cpp}",
53 "Sources/SentryCrash/**/*.{h,hpp,m,mm,c,cpp}",
54 "Sources/Swift/**/*.{swift,h,hpp,m,mm,c,cpp}"
56 "public_header_files": [
57 "Sources/Sentry/Public/*.h",
58 "Sources/Sentry/include/HybridPublic/*.h"
61 "Sentry": "Sources/Resources/PrivacyInfo.xcprivacy"
65 "swift_version": "5.5"