[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 5 / 3 / f / RollbarCrash / 3.3.2 / RollbarCrash.podspec.json
blob02fb4af6c92a3c433970e107fd08959fd0abda77
2   "name": "RollbarCrash",
3   "version": "3.3.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   "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.2"
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": "RollbarCrash",
28   "source_files": "RollbarNotifier/Sources/RollbarCrash/**/*.{h,c,cpp,m}",
29   "public_header_files": "RollbarNotifier/Sources/RollbarCrash/include/*.h",
30   "module_map": "RollbarNotifier/Sources/RollbarCrash/include/module.modulemap",
31   "frameworks": "Foundation",
32   "libraries": [
33     "z",
34     "c++"
35   ],
36   "pod_target_xcconfig": {
37     "GCC_ENABLE_CPP_EXCEPTIONS": "YES",
38     "CLANG_CXX_LANGUAGE_STANDARD": "c++17",
39     "CLANG_CXX_LIBRARY": "libc++"
40   },
41   "swift_versions": "5.5",
42   "requires_arc": true,
43   "swift_version": "5.5"