[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / 3 / 2 / RollbarNotifier / 3.3.0 / RollbarNotifier.podspec.json
blob61b70d4b2f95b531be2e30ab0676cf93892513ca
2   "name": "RollbarNotifier",
3   "version": "3.3.0",
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.3.0"
18   },
19   "documentation_url": "https://docs.rollbar.com/docs/apple",
20   "social_media_url": "https://twitter.com/rollbar",
21   "platforms": {
22     "osx": "10.13",
23     "ios": "11.0",
24     "tvos": "11.0",
25     "watchos": "4.0"
26   },
27   "module_name": "RollbarNotifier",
28   "source_files": "RollbarNotifier/Sources/RollbarNotifier/**/*.{h,m}",
29   "public_header_files": "RollbarNotifier/Sources/RollbarNotifier/include/*.h",
30   "resource_bundles": {
31     "RollbarNotifier": "RollbarNotifier/Sources/RollbarNotifier/PrivacyInfo.xcprivacy"
32   },
33   "module_map": "RollbarNotifier/Sources/RollbarNotifier/include/module.modulemap",
34   "frameworks": "Foundation",
35   "dependencies": {
36     "RollbarCommon": [
37       "~> 3.3.0"
38     ],
39     "RollbarCrash": [
40       "~> 3.3.0"
41     ],
42     "RollbarReport": [
43       "~> 3.3.0"
44     ]
45   },
46   "swift_versions": "5.5",
47   "requires_arc": true,
48   "xcconfig": {
49     "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/RollbarCrash/RollbarNotifier/Sources/RollbarCrash/include"
50   },
51   "swift_version": "5.5"