[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / b / d / Sentry / 8.22.3 / Sentry.podspec.json
blob4c5dc28bf5ed0e1043766ca68f8c4f6f873c8282
2   "name": "Sentry",
3   "version": "8.22.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": "8.22.3"
11   },
12   "platforms": {
13     "ios": "11.0",
14     "osx": "10.13",
15     "tvos": "11.0",
16     "watchos": "4.0",
17     "visionos": "1.0"
18   },
19   "module_name": "Sentry",
20   "requires_arc": true,
21   "frameworks": "Foundation",
22   "swift_versions": "5.5",
23   "pod_target_xcconfig": {
24     "GCC_ENABLE_CPP_EXCEPTIONS": "YES",
25     "CLANG_CXX_LANGUAGE_STANDARD": "c++14",
26     "CLANG_CXX_LIBRARY": "libc++",
27     "APPLICATION_EXTENSION_API_ONLY": "YES",
28     "SWIFT_INCLUDE_PATHS": "${PODS_TARGET_SRCROOT}/Sources/Sentry/include"
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       "public_header_files": "Sources/Sentry/Public/*.h",
42       "source_files": [
43         "Sources/Sentry/**/*.{h,hpp,m,mm,c,cpp}",
44         "Sources/SentryCrash/**/*.{h,hpp,m,mm,c,cpp}",
45         "Sources/Swift/**/*.{swift,h,hpp,m,mm,c,cpp}",
46         "Sources/Sentry/Public/*.h"
47       ],
48       "preserve_paths": "Sources/Sentry/include/module.modulemap",
49       "resource_bundles": {
50         "Sentry": "Sources/Resources/PrivacyInfo.xcprivacy"
51       }
52     },
53     {
54       "name": "HybridSDK",
55       "source_files": [
56         "Sources/Sentry/**/*.{h,hpp,m,mm,c,cpp}",
57         "Sources/SentryCrash/**/*.{h,hpp,m,mm,c,cpp}",
58         "Sources/Swift/**/*.{swift,h,hpp,m,mm,c,cpp}"
59       ],
60       "public_header_files": [
61         "Sources/Sentry/Public/*.h",
62         "Sources/Sentry/include/HybridPublic/*.h"
63       ],
64       "preserve_paths": "Sources/Sentry/include/module.modulemap",
65       "resource_bundles": {
66         "Sentry": "Sources/Resources/PrivacyInfo.xcprivacy"
67       }
68     }
69   ],
70   "swift_version": "5.5"