[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / f / 3 / 2 / RollbarNotifier / 2.3.4 / RollbarNotifier.podspec.json
blob8e0cfdccfb5d0eafdb9a64db2596025959bd3c88
2   "name": "RollbarNotifier",
3   "version": "2.3.4",
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   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "documentation_url": "https://docs.rollbar.com/docs/apple",
12   "authors": {
13     "Andrey Kornich (Wide Spectrum Computing LLC)": "akornich@gmail.com",
14     "Rollbar": "support@rollbar.com"
15   },
16   "social_media_url": "http://twitter.com/rollbar",
17   "source": {
18     "git": "https://github.com/rollbar/rollbar-apple.git",
19     "tag": "2.3.4"
20   },
21   "resources": "rollbar-logo.png",
22   "platforms": {
23     "osx": "10.15",
24     "ios": "13.0",
25     "tvos": "13.0",
26     "watchos": "7.0"
27   },
28   "source_files": "RollbarNotifier/Sources/RollbarNotifier/**/*.{h,m}",
29   "public_header_files": "RollbarNotifier/Sources/RollbarNotifier/include/*.h",
30   "module_map": "RollbarNotifier/Sources/RollbarNotifier/include/module.modulemap",
31   "frameworks": "Foundation",
32   "dependencies": {
33     "RollbarCommon": [
34       "~> 2.3.4"
35     ]
36   },
37   "requires_arc": true