[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / b / d / Sentry / 8.13.0 / Sentry.podspec.json
blob15f8b524a7d5147f04ac44ddb392a609a2180f6e
2   "name": "Sentry",
3   "version": "8.13.0",
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.0"
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   "libraries": [
22     "z",
23     "c++"
24   ],
25   "swift_versions": "5.5",
26   "pod_target_xcconfig": {
27     "GCC_ENABLE_CPP_EXCEPTIONS": "YES",
28     "CLANG_CXX_LANGUAGE_STANDARD": "c++14",
29     "CLANG_CXX_LIBRARY": "libc++"
30   },
31   "watchos": {
32     "pod_target_xcconfig": {
33       "OTHER_LDFLAGS": "$(inherited) -framework WatchKit"
34     }
35   },
36   "default_subspecs": [
37     "Core"
38   ],
39   "dependencies": {
40     "SentryPrivate": [
41       "8.13.0"
42     ]
43   },
44   "subspecs": [
45     {
46       "name": "Core",
47       "source_files": [
48         "Sources/Sentry/**/*.{h,hpp,m,mm,c,cpp}",
49         "Sources/SentryCrash/**/*.{h,hpp,m,mm,c,cpp}",
50         "Sources/Swift/Sentry.swift"
51       ],
52       "public_header_files": "Sources/Sentry/Public/*.h",
53       "resources": "Sources/Resources/PrivacyInfo.xcprivacy"
54     },
55     {
56       "name": "HybridSDK",
57       "source_files": [
58         "Sources/Sentry/**/*.{h,hpp,m,mm,c,cpp}",
59         "Sources/SentryCrash/**/*.{h,hpp,m,mm,c,cpp}",
60         "Sources/Swift/Sentry.swift"
61       ],
62       "public_header_files": [
63         "Sources/Sentry/Public/*.h",
64         "Sources/Sentry/include/HybridPublic/*.h"
65       ],
66       "resources": "Sources/Resources/PrivacyInfo.xcprivacy"
67     }
68   ],
69   "swift_version": "5.5"