[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / e / 5 / d / SentrySwift / 0.2.2 / SentrySwift.podspec.json
blobb3da48b0c6d3b3e8366f94fad53a8a005b4bed80
2   "name": "SentrySwift",
3   "version": "0.2.2",
4   "summary": "Swift client for Sentry",
5   "homepage": "https://github.com/getsentry/sentry-swift",
6   "license": "mit",
7   "authors": "Josh Holtz",
8   "source": {
9     "git": "https://github.com/getsentry/sentry-swift.git",
10     "tag": "0.2.2"
11   },
12   "platforms": {
13     "ios": "8.0",
14     "osx": "10.10",
15     "tvos": "9.0"
16   },
17   "source_files": "Sources/**/*.{h,m,swift}",
18   "osx": {
19     "exclude_files": "Sources/**/KSCrashhandler.swift"
20   },
21   "ios": {
22     "dependencies": {
23       "KSCrash": [
24         "~> 1.5"
25       ]
26     }
27   },
28   "tvos": {
29     "dependencies": {
30       "KSCrash": [
31         "~> 1.5"
32       ]
33     }
34   },
35   "deprecated_in_favor_of": "Sentry"