[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / b / d / Sentry / 4.0.0 / Sentry.podspec.json
blob644717a128eba28cb2b205236e0698e1e862cc04
2   "name": "Sentry",
3   "version": "4.0.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": "4.0.0"
11   },
12   "platforms": {
13     "ios": "8.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": "z",
22   "xcconfig": {
23     "GCC_ENABLE_CPP_EXCEPTIONS": "YES"
24   },
25   "default_subspecs": [
26     "Core"
27   ],
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": [
32         "Sources/Sentry/**/*.{h,m}",
33         "Sources/SentryCrash/**/*.{h,m,mm,c,cpp}"
34       ]
35     }
36   ]