[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / b / d / Sentry / 6.0.12 / Sentry.podspec.json
blobb1ddb1c64f26360b676769cae51e23f4b8420244
2   "name": "Sentry",
3   "version": "6.0.12",
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": "6.0.12"
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   "xcconfig": {
26     "GCC_ENABLE_CPP_EXCEPTIONS": "YES"
27   },
28   "default_subspecs": [
29     "Core"
30   ],
31   "subspecs": [
32     {
33       "name": "Core",
34       "source_files": [
35         "Sources/Sentry/**/*.{h,m}",
36         "Sources/SentryCrash/**/*.{h,m,mm,c,cpp}"
37       ],
38       "public_header_files": "Sources/Sentry/Public/*.h"
39     }
40   ]