[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / a / b / d / Sentry / 8.14.0 / Sentry.podspec.json
blob821a01a180bce47553eeea3a7f020ff46cf61cdc
2   "name": "Sentry",
3   "version": "8.14.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.14.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   "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     "GCC_PREPROCESSOR_DEFINITIONS": "SENTRY_UIKIT_LINKED=1"
27   },
28   "watchos": {
29     "pod_target_xcconfig": {
30       "OTHER_LDFLAGS": "$(inherited) -framework WatchKit"
31     }
32   },
33   "default_subspecs": [
34     "Core"
35   ],
36   "dependencies": {
37     "SentryPrivate": [
38       "8.14.0"
39     ]
40   },
41   "subspecs": [
42     {
43       "name": "Core",
44       "source_files": [
45         "Sources/Sentry/**/*.{h,hpp,m,mm,c,cpp}",
46         "Sources/SentryCrash/**/*.{h,hpp,m,mm,c,cpp}",
47         "Sources/Swift/Sentry.swift"
48       ],
49       "public_header_files": "Sources/Sentry/Public/*.h",
50       "resources": "Sources/Resources/PrivacyInfo.xcprivacy"
51     },
52     {
53       "name": "HybridSDK",
54       "source_files": [
55         "Sources/Sentry/**/*.{h,hpp,m,mm,c,cpp}",
56         "Sources/SentryCrash/**/*.{h,hpp,m,mm,c,cpp}",
57         "Sources/Swift/Sentry.swift"
58       ],
59       "public_header_files": [
60         "Sources/Sentry/Public/*.h",
61         "Sources/Sentry/include/HybridPublic/*.h"
62       ],
63       "resources": "Sources/Resources/PrivacyInfo.xcprivacy"
64     }
65   ],
66   "swift_version": "5.5"