2 "name": "RollbarNotifier",
3 "version": "2.0.0-beta8",
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",
11 "documentation_url": "https://docs.rollbar.com/docs/apple",
13 "Andrey Kornich (Wide Spectrum Computing LLC)": "akornich@gmail.com",
14 "Rollbar": "support@rollbar.com"
16 "social_media_url": "http://twitter.com/rollbar",
18 "git": "https://github.com/rollbar/rollbar-apple.git",
21 "resources": "rollbar-logo.png",
28 "source_files": "RollbarNotifier/Sources/RollbarNotifier/**/*.{h,m}",
29 "public_header_files": "RollbarNotifier/Sources/RollbarNotifier/include/*.h",
30 "module_map": "RollbarNotifier/Sources/RollbarNotifier/include/module.modulemap",
31 "frameworks": "Foundation",
38 "pod_target_xcconfig": {
39 "ONLY_ACTIVE_ARCH": "YES",
40 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
42 "user_target_xcconfig": {
43 "ONLY_ACTIVE_ARCH": "YES",
44 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
47 "pod_target_xcconfig": {
48 "ONLY_ACTIVE_ARCH": "YES",
49 "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
51 "user_target_xcconfig": {
52 "ONLY_ACTIVE_ARCH": "YES",
53 "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"