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