[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / b / d / Sentry / 7.19.0 / Sentry.podspec.json
bloba3e113961d8ba8a5d2eec52ce1f07ee8cc909e95
2   "name": "Sentry",
3   "version": "7.19.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": "7.19.0"
11   },
12   "platforms": {
13     "ios": "9.0",
14     "osx": "10.10",
15     "tvos": "9.0",
16     "watchos": "2.0"
17   },
18   "module_name": "Sentry",
19   "requires_arc": true,
20   "frameworks": "Foundation",
21   "libraries": [
22     "z",
23     "c++"
24   ],
25   "pod_target_xcconfig": {
26     "GCC_ENABLE_CPP_EXCEPTIONS": "YES",
27     "CLANG_CXX_LANGUAGE_STANDARD": "c++14",
28     "CLANG_CXX_LIBRARY": "libc++"
29   },
30   "default_subspecs": [
31     "Core"
32   ],
33   "subspecs": [
34     {
35       "name": "Core",
36       "source_files": [
37         "Sources/Sentry/**/*.{h,hpp,m,mm,c,cpp}",
38         "Sources/SentryCrash/**/*.{h,hpp,m,mm,c,cpp}"
39       ],
40       "public_header_files": "Sources/Sentry/Public/*.h"
41     }
42   ]