[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / 1 / d / sentry_mosuite / 0.0.2 / sentry_mosuite.podspec.json
blobe23d15fa1141b0f4e686834852f5fdeb448e334f
2   "name": "sentry_mosuite",
3   "version": "0.0.2",
4   "summary": "sentry_mosuite for iOS.",
5   "description": "sentry_mosuite for iOS.",
6   "homepage": "https://x.haier.net",
7   "license": "mit",
8   "authors": {
9     "meh": "zouqitan@haier.com"
10   },
11   "source": {
12     "git": "https://git.haier.net/mosuite/sentry-ios.git",
13     "tag": "0.0.2"
14   },
15   "platforms": {
16     "ios": "11.0"
17   },
18   "module_name": "sentry_mosuite",
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   "default_subspecs": [
28     "Core"
29   ],
30   "dependencies": {
31     "SentryPrivate": [
32       "8.17.2"
33     ]
34   },
35   "subspecs": [
36     {
37       "name": "Core",
38       "source_files": [
39         "Sources/Sentry/**/*.{h,hpp,m,mm,c,cpp}",
40         "Sources/SentryCrash/**/*.{h,hpp,m,mm,c,cpp}",
41         "Sources/Swift/Sentry.swift"
42       ],
43       "public_header_files": "Sources/Sentry/Public/*.h",
44       "resources": "Sources/Resources/PrivacyInfo.xcprivacy"
45     },
46     {
47       "name": "HybridSDK",
48       "source_files": [
49         "Sources/Sentry/**/*.{h,hpp,m,mm,c,cpp}",
50         "Sources/SentryCrash/**/*.{h,hpp,m,mm,c,cpp}",
51         "Sources/Swift/Sentry.swift"
52       ],
53       "public_header_files": [
54         "Sources/Sentry/Public/*.h",
55         "Sources/Sentry/include/HybridPublic/*.h"
56       ],
57       "resources": "Sources/Resources/PrivacyInfo.xcprivacy"
58     }
59   ],
60   "swift_version": "5.5"