[Add] LiteRTObjC 0.0.1-nightly.20250109
[CocoaPods.git] / Specs / c / 8 / d / BuzzSentry / 0.0.2 / BuzzSentry.podspec.json
blob00fc6a5d5a642aff405e20f014a2286e5641bb24
2   "name": "BuzzSentry",
3   "version": "0.0.2",
4   "summary": "Buzzvil Sentry client for cocoa",
5   "homepage": "https://github.com/Buzzvil/sentry-cocoa",
6   "license": "mit",
7   "authors": "Buzzvil",
8   "source": {
9     "git": "https://github.com/Buzzvil/sentry-cocoa.git",
10     "tag": "0.0.2"
11   },
12   "platforms": {
13     "ios": "9.0"
14   },
15   "module_name": "BuzzSentry",
16   "requires_arc": true,
17   "frameworks": "Foundation",
18   "libraries": [
19     "z",
20     "c++"
21   ],
22   "pod_target_xcconfig": {
23     "GCC_ENABLE_CPP_EXCEPTIONS": "YES",
24     "CLANG_CXX_LANGUAGE_STANDARD": "c++14",
25     "CLANG_CXX_LIBRARY": "libc++"
26   },
27   "watchos": {
28     "pod_target_xcconfig": {
29       "OTHER_LDFLAGS": "$(inherited) -framework WatchKit"
30     }
31   },
32   "default_subspecs": [
33     "Core"
34   ],
35   "subspecs": [
36     {
37       "name": "Core",
38       "source_files": [
39         "Sources/Sentry/**/*.{h,hpp,m,mm,c,cpp}",
40         "Sources/SentryCrash/**/*.{h,hpp,m,mm,c,cpp}"
41       ],
42       "public_header_files": "Sources/Sentry/Public/*.h"
43     }
44   ]