4 "summary": "Buzzvil Sentry client for cocoa",
5 "homepage": "https://github.com/Buzzvil/sentry-cocoa",
9 "git": "https://github.com/Buzzvil/sentry-cocoa.git",
15 "module_name": "BuzzSentry",
17 "frameworks": "Foundation",
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"
39 "Sources/Sentry/**/*.{h,hpp,m,mm,c,cpp}",
40 "Sources/SentryCrash/**/*.{h,hpp,m,mm,c,cpp}"
42 "public_header_files": "Sources/Sentry/Public/*.h"