[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / e / 2 / d / RollbarCocoaLumberjack / 3.0.2 / RollbarCocoaLumberjack.podspec.json
blobf4ced47a7b90c366a95975e22505c1c61346889e
2   "name": "RollbarCocoaLumberjack",
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   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Rollbar": "support@rollbar.com"
13   },
14   "source": {
15     "git": "https://github.com/rollbar/rollbar-apple.git",
16     "tag": "3.0.2"
17   },
18   "documentation_url": "https://docs.rollbar.com/docs/apple",
19   "social_media_url": "https://twitter.com/rollbar",
20   "resources": "rollbar-logo.png",
21   "platforms": {
22     "osx": "12.0",
23     "ios": "14.0",
24     "tvos": "14.0",
25     "watchos": "8.0"
26   },
27   "source_files": "RollbarCocoaLumberjack/Sources/RollbarCocoaLumberjack/**/*.{h,m}",
28   "public_header_files": "RollbarCocoaLumberjack/Sources/RollbarCocoaLumberjack/include/*.h",
29   "module_map": "RollbarCocoaLumberjack/Sources/RollbarCocoaLumberjack/include/module.modulemap",
30   "static_framework": true,
31   "frameworks": "Foundation",
32   "dependencies": {
33     "RollbarCommon": [
34       "~> 3.0.2"
35     ],
36     "RollbarNotifier": [
37       "~> 3.0.2"
38     ],
39     "CocoaLumberjack": [
40       "~> 3.7.4"
41     ]
42   },
43   "swift_versions": "5.5",
44   "requires_arc": true,
45   "swift_version": "5.5"