[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / b / d / Sentry / 2.0.0 / Sentry.podspec.json
blob29b1a027c3ae398b63d59ca0205d74e8f7d0c9ac
2   "name": "Sentry",
3   "version": "2.0.0",
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": "2.0.0"
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.15.2"
33     ]
34   },
35   "pushed_with_swift_version": "3.0"