[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 3 / 2 / RollbarNotifier / 3.0.2 / RollbarNotifier.podspec.json
blobce23deef34eef659839b971ce12697e367e95d23
2   "name": "RollbarNotifier",
3   "version": "3.0.2",
4   "summary": "Application or client side SDK for interacting with the Rollbar API Server.",
5   "description": "Find, fix, and resolve errors with Rollbar.\nEasily send error data using Rollbar API.\nAnalyze, de-dupe, send alerts, and prepare the data for further analysis.\nSearch, sort, and prioritize via the Rollbar dashboard.",
6   "homepage": "https://rollbar.com",
7   "resources": "rollbar-logo.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Rollbar": "support@rollbar.com"
14   },
15   "source": {
16     "git": "https://github.com/rollbar/rollbar-apple.git",
17     "tag": "3.0.2"
18   },
19   "documentation_url": "https://docs.rollbar.com/docs/apple",
20   "social_media_url": "https://twitter.com/rollbar",
21   "platforms": {
22     "osx": "12.0",
23     "ios": "14.0",
24     "tvos": "14.0",
25     "watchos": "8.0"
26   },
27   "source_files": "RollbarNotifier/Sources/RollbarNotifier/**/*.{h,m}",
28   "public_header_files": "RollbarNotifier/Sources/RollbarNotifier/include/*.h",
29   "module_map": "RollbarNotifier/Sources/RollbarNotifier/include/module.modulemap",
30   "frameworks": "Foundation",
31   "dependencies": {
32     "RollbarCommon": [
33       "~> 3.0.2"
34     ],
35     "RollbarCrashReport": [
36       "~> 3.0.2"
37     ],
38     "KSCrash": [
39       "~> 1.15"
40     ]
41   },
42   "swift_versions": "5.5",
43   "requires_arc": true,
44   "swift_version": "5.5"