[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / b / d / Sentry / 6.0.6 / Sentry.podspec.json
blobd25d94d8547837123dd657e91e38d870420dd364
2   "name": "Sentry",
3   "version": "6.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://github.com/getsentry/sentry-cocoa.git",
10     "tag": "6.0.6"
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     "CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER": "NO"
28   },
29   "default_subspecs": [
30     "Core"
31   ],
32   "subspecs": [
33     {
34       "name": "Core",
35       "source_files": [
36         "Sources/Sentry/**/*.{h,m}",
37         "Sources/SentryCrash/**/*.{h,m,mm,c,cpp}"
38       ],
39       "public_header_files": "Sources/Sentry/Public/*.h"
40     }
41   ]