[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 7 / 0 / 3 / SentryMosuite / 0.0.6 / SentryMosuite.podspec.json
blobdba8a9c5f1eae9b46138aecae95f85ca07701a10
2   "name": "SentryMosuite",
3   "version": "0.0.6",
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://git.haier.net/mosuite/sentry-ios.git",
10     "tag": "0.0.6"
11   },
12   "platforms": {
13     "ios": "11.0"
14   },
15   "module_name": "Sentry",
16   "requires_arc": true,
17   "frameworks": "Foundation",
18   "swift_versions": "5.5",
19   "pod_target_xcconfig": {
20     "GCC_ENABLE_CPP_EXCEPTIONS": "YES",
21     "CLANG_CXX_LANGUAGE_STANDARD": "c++14",
22     "CLANG_CXX_LIBRARY": "libc++"
23   },
24   "default_subspecs": [
25     "Core"
26   ],
27   "dependencies": {
28     "SentryPrivate": [
29       "8.17.2"
30     ]
31   },
32   "subspecs": [
33     {
34       "name": "Core",
35       "source_files": [
36         "Sources/Sentry/**/*.{h,hpp,m,mm,c,cpp}",
37         "Sources/SentryCrash/**/*.{h,hpp,m,mm,c,cpp}",
38         "Sources/Swift/Sentry.swift"
39       ],
40       "public_header_files": "Sources/Sentry/Public/*.h",
41       "resources": "Sources/Resources/PrivacyInfo.xcprivacy"
42     },
43     {
44       "name": "HybridSDK",
45       "source_files": [
46         "Sources/Sentry/**/*.{h,hpp,m,mm,c,cpp}",
47         "Sources/SentryCrash/**/*.{h,hpp,m,mm,c,cpp}",
48         "Sources/Swift/Sentry.swift"
49       ],
50       "public_header_files": [
51         "Sources/Sentry/Public/*.h",
52         "Sources/Sentry/include/HybridPublic/*.h"
53       ],
54       "resources": "Sources/Resources/PrivacyInfo.xcprivacy"
55     }
56   ],
57   "swift_version": "5.5"