[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / b / d / Sentry / 3.0.12 / Sentry.podspec.json
blob12127df156f9dd2d376e2e8e5f03625329219463
2   "name": "Sentry",
3   "version": "3.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": "3.0.12"
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   "libraries": "z",
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "Sources/Sentry/**/*.{h,m}"
26     },
27     {
28       "name": "KSCrash",
29       "dependencies": {
30         "KSCrash/Core": [
31           "~> 1.15.9"
32         ]
33       }
34     }
35   ]