[Add] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / e / 5 / d / SentrySwift / 1.3.3 / SentrySwift.podspec.json
blobb4d64b2f5e085d03eda6686cc02c1dd7bcd6c2cb
2   "name": "SentrySwift",
3   "version": "1.3.3",
4   "summary": "Swift client for Sentry",
5   "homepage": "https://github.com/getsentry/sentry-swift",
6   "license": "mit",
7   "authors": "Sentry",
8   "source": {
9     "git": "https://github.com/getsentry/sentry-swift.git",
10     "tag": "1.3.3"
11   },
12   "platforms": {
13     "ios": "8.0",
14     "osx": "10.10",
15     "tvos": "9.0",
16     "watchos": "2.0"
17   },
18   "source_files": "Sources/*.{h,m,swift}",
19   "ios": {
20     "source_files": "Sources/ios/*.{h,m,swift}",
21     "resource_bundles": {
22       "storyboards": [
23         "Sources/ios/*.{storyboard}"
24       ],
25       "assets": [
26         "Sources/ios/*.{xcassets}"
27       ]
28     }
29   },
30   "dependencies": {
31     "KSCrash": [
32       "~> 1.11.2"
33     ]
34   },
35   "pushed_with_swift_version": "3.0",
36   "deprecated_in_favor_of": "Sentry"