[Add] THEOliveSDK 3.18.2
[CocoaPods.git] / Specs / a / f / 3 / RollbarPLCrashReporter / 2.0.0-beta.15 / RollbarPLCrashReporter.podspec.json
blob7612171139a5e880275ddf623b84a709d9fb2542
2   "name": "RollbarPLCrashReporter",
3   "version": "2.0.0-beta.15",
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.0.0-beta.15"
20   },
21   "resources": "rollbar-logo.png",
22   "platforms": {
23     "ios": "9.0",
24     "osx": "10.10",
25     "tvos": "11.0"
26   },
27   "source_files": "RollbarPLCrashReporter/Sources/RollbarPLCrashReporter/**/*.{h,m}",
28   "public_header_files": "RollbarPLCrashReporter/Sources/RollbarPLCrashReporter/include/*.h",
29   "module_map": "RollbarPLCrashReporter/Sources/RollbarPLCrashReporter/include/module.modulemap",
30   "static_framework": true,
31   "frameworks": "Foundation",
32   "dependencies": {
33     "RollbarCommon": [
34       "~> 2.0.0-beta.15"
35     ],
36     "PLCrashReporter": [
37       "~> 1.8.1"
38     ]
39   },
40   "requires_arc": true,
41   "pod_target_xcconfig": {
42     "ONLY_ACTIVE_ARCH": "YES",
43     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
44   },
45   "user_target_xcconfig": {
46     "ONLY_ACTIVE_ARCH": "YES",
47     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
48   },
49   "tvos": {
50     "pod_target_xcconfig": {
51       "ONLY_ACTIVE_ARCH": "YES",
52       "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
53     },
54     "user_target_xcconfig": {
55       "ONLY_ACTIVE_ARCH": "YES",
56       "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
57     }
58   },
59   "deprecated": true