[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / b / d / Sentry / 8.13.1 / Sentry.podspec.json
blob61db5e084b7b178995047b26aacde5ecb11c395b
2   "name": "Sentry",
3   "version": "8.13.1",
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": "8.13.1"
11   },
12   "platforms": {
13     "ios": "11.0",
14     "osx": "10.13",
15     "tvos": "11.0",
16     "watchos": "4.0"
17   },
18   "module_name": "Sentry",
19   "requires_arc": true,
20   "frameworks": "Foundation",
21   "swift_versions": "5.5",
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   "dependencies": {
36     "SentryPrivate": [
37       "8.13.1"
38     ]
39   },
40   "subspecs": [
41     {
42       "name": "Core",
43       "source_files": [
44         "Sources/Sentry/**/*.{h,hpp,m,mm,c,cpp}",
45         "Sources/SentryCrash/**/*.{h,hpp,m,mm,c,cpp}",
46         "Sources/Swift/Sentry.swift"
47       ],
48       "public_header_files": "Sources/Sentry/Public/*.h",
49       "resources": "Sources/Resources/PrivacyInfo.xcprivacy"
50     },
51     {
52       "name": "HybridSDK",
53       "source_files": [
54         "Sources/Sentry/**/*.{h,hpp,m,mm,c,cpp}",
55         "Sources/SentryCrash/**/*.{h,hpp,m,mm,c,cpp}",
56         "Sources/Swift/Sentry.swift"
57       ],
58       "public_header_files": [
59         "Sources/Sentry/Public/*.h",
60         "Sources/Sentry/include/HybridPublic/*.h"
61       ],
62       "resources": "Sources/Resources/PrivacyInfo.xcprivacy"
63     }
64   ],
65   "swift_version": "5.5"