2 "name": "RollbarCrash",
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",
13 "Rollbar": "support@rollbar.com"
16 "git": "https://github.com/rollbar/rollbar-apple.git",
19 "documentation_url": "https://docs.rollbar.com/docs/apple",
20 "social_media_url": "https://twitter.com/rollbar",
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",
36 "pod_target_xcconfig": {
37 "GCC_ENABLE_CPP_EXCEPTIONS": "YES",
38 "CLANG_CXX_LANGUAGE_STANDARD": "c++17",
39 "CLANG_CXX_LIBRARY": "libc++"
41 "swift_versions": "5.5",
43 "swift_version": "5.5"