[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20220526
[CocoaPods.git] / Specs / e / 2 / d / RollbarCocoaLumberjack / 2.2.4 / RollbarCocoaLumberjack.podspec.json
blob8b7e1bf459370c2e93868aa0776d4cb727f3b330
2   "name": "RollbarCocoaLumberjack",
3   "version": "2.2.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.2.4"
20   },
21   "resources": "rollbar-logo.png",
22   "platforms": {
23     "ios": "9.0",
24     "osx": "10.10",
25     "tvos": "11.0",
26     "watchos": "4.0"
27   },
28   "source_files": "RollbarCocoaLumberjack/Sources/RollbarCocoaLumberjack/**/*.{h,m}",
29   "public_header_files": "RollbarCocoaLumberjack/Sources/RollbarCocoaLumberjack/include/*.h",
30   "module_map": "RollbarCocoaLumberjack/Sources/RollbarCocoaLumberjack/include/module.modulemap",
31   "static_framework": true,
32   "frameworks": "Foundation",
33   "dependencies": {
34     "RollbarCommon": [
35       "~> 2.2.4"
36     ],
37     "RollbarNotifier": [
38       "~> 2.2.4"
39     ],
40     "CocoaLumberjack": [
41       "~> 3.7.4"
42     ]
43   },
44   "requires_arc": true