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