4 "summary": "Sentry client for cocoa",
5 "homepage": "https://github.com/getsentry/sentry-cocoa",
9 "git": "https://github.com/getsentry/sentry-cocoa.git",
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++",
27 "APPLICATION_EXTENSION_API_ONLY": "YES",
28 "SWIFT_INCLUDE_PATHS": "${PODS_TARGET_SRCROOT}/Sources/Sentry/include"
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}",
44 "Sources/Swift/**/*.{swift,h,hpp,m,mm,c,cpp}"
46 "preserve_paths": "Sources/Sentry/include/module.modulemap",
47 "public_header_files": "Sources/Sentry/Public/*.h",
49 "Sentry": "Sources/Resources/PrivacyInfo.xcprivacy"
55 "Sources/Sentry/**/*.{h,hpp,m,mm,c,cpp}",
56 "Sources/SentryCrash/**/*.{h,hpp,m,mm,c,cpp}",
57 "Sources/Swift/**/*.{swift,h,hpp,m,mm,c,cpp}"
59 "preserve_paths": "Sources/Sentry/include/module.modulemap",
60 "public_header_files": [
61 "Sources/Sentry/Public/*.h",
62 "Sources/Sentry/include/HybridPublic/*.h"
65 "Sentry": "Sources/Resources/PrivacyInfo.xcprivacy"
69 "swift_version": "5.5"