[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / e / 2 / d / RollbarCocoaLumberjack / 3.3.0 / RollbarCocoaLumberjack.podspec.json
blob9b1e050fbd50ba614076da7b7fbe8c7af199b9cd
2   "name": "RollbarCocoaLumberjack",
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   "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.3.0"
35     ],
36     "RollbarNotifier": [
37       "~> 3.3.0"
38     ],
39     "CocoaLumberjack": [
40       "~> 3.8.0"
41     ]
42   },
43   "swift_versions": "5.5",
44   "requires_arc": true,
45   "swift_version": "5.5"