2 "name": "SentryMosuite",
4 "summary": "Sentry client for cocoa",
5 "homepage": "https://github.com/getsentry/sentry-cocoa",
9 "git": "https://git.haier.net/mosuite/sentry-ios.git",
15 "module_name": "Sentry",
17 "frameworks": "Foundation",
18 "swift_versions": "5.5",
19 "pod_target_xcconfig": {
20 "GCC_ENABLE_CPP_EXCEPTIONS": "YES",
21 "CLANG_CXX_LANGUAGE_STANDARD": "c++14",
22 "CLANG_CXX_LIBRARY": "libc++"
36 "Sources/Sentry/**/*.{h,hpp,m,mm,c,cpp}",
37 "Sources/SentryCrash/**/*.{h,hpp,m,mm,c,cpp}",
38 "Sources/Swift/Sentry.swift"
40 "public_header_files": "Sources/Sentry/Public/*.h",
41 "resources": "Sources/Resources/PrivacyInfo.xcprivacy"
46 "Sources/Sentry/**/*.{h,hpp,m,mm,c,cpp}",
47 "Sources/SentryCrash/**/*.{h,hpp,m,mm,c,cpp}",
48 "Sources/Swift/Sentry.swift"
50 "public_header_files": [
51 "Sources/Sentry/Public/*.h",
52 "Sources/Sentry/include/HybridPublic/*.h"
54 "resources": "Sources/Resources/PrivacyInfo.xcprivacy"
57 "swift_version": "5.5"