[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / b / d / Sentry / 7.31.3 / Sentry.podspec.json
blobcff31d5f1529f9d042dc6025cb72e4b65416f3a3
2   "name": "Sentry",
3   "version": "7.31.3",
4   "summary": "Sentry client for cocoa",
5   "homepage": "https://github.com/getsentry/sentry-cocoa",
6   "license": "mit",
7   "authors": "Sentry",
8   "source": {
9     "git": "https://github.com/getsentry/sentry-cocoa.git",
10     "tag": "7.31.3"
11   },
12   "platforms": {
13     "ios": "9.0",
14     "osx": "10.10",
15     "tvos": "9.0",
16     "watchos": "2.0"
17   },
18   "module_name": "Sentry",
19   "requires_arc": true,
20   "frameworks": "Foundation",
21   "libraries": [
22     "z",
23     "c++"
24   ],
25   "pod_target_xcconfig": {
26     "GCC_ENABLE_CPP_EXCEPTIONS": "YES",
27     "CLANG_CXX_LANGUAGE_STANDARD": "c++14",
28     "CLANG_CXX_LIBRARY": "libc++"
29   },
30   "watchos": {
31     "pod_target_xcconfig": {
32       "OTHER_LDFLAGS": "$(inherited) -framework WatchKit"
33     }
34   },
35   "default_subspecs": [
36     "Core"
37   ],
38   "subspecs": [
39     {
40       "name": "Core",
41       "source_files": [
42         "Sources/Sentry/**/*.{h,hpp,m,mm,c,cpp}",
43         "Sources/SentryCrash/**/*.{h,hpp,m,mm,c,cpp}"
44       ],
45       "public_header_files": "Sources/Sentry/Public/*.h"
46     },
47     {
48       "name": "HybridSDK",
49       "source_files": [
50         "Sources/Sentry/**/*.{h,hpp,m,mm,c,cpp}",
51         "Sources/SentryCrash/**/*.{h,hpp,m,mm,c,cpp}"
52       ],
53       "public_header_files": [
54         "Sources/Sentry/Public/*.h",
55         "Sources/Sentry/include/PrivateSentrySDKOnly.h"
56       ]
57     }
58   ]