[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / e / f / a / SplunkOtelCrashReporting / 0.6.0 / SplunkOtelCrashReporting.podspec.json
blobb0be93b04353d853238556bd21ad5a308452c66d
2   "name": "SplunkOtelCrashReporting",
3   "version": "0.6.0",
4   "summary": "Splunk OpenTelemetry Crash Reporting pod for iOS",
5   "description": "The Splunk RUM agent for iOS provides a Swift package that captures:\nHTTP requests, using URLSession instrumentation\nApplication startup information\nUI activity - screen name (typically ViewController name), actions, and PresentationTransitions\nCrashes/unhandled exceptions using SplunkRumCrashReporting\n🚧 This project is currently in BETA. It is officially supported by Splunk. However, breaking changes MAY be introduced.",
6   "swift_versions": "5.1",
7   "cocoapods_version": ">= 1.10",
8   "homepage": "https://github.com/signalfx/splunk-otel-ios.git",
9   "license": {
10     "type": "Apache",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Splunk": "www.splunk.com"
15   },
16   "source": {
17     "git": "https://github.com/signalfx/splunk-otel-ios-crashreporting.git",
18     "tag": "0.6.0"
19   },
20   "platforms": {
21     "ios": "11.0"
22   },
23   "source_files": "SplunkRumCrashReporting/SplunkRumCrashReporting/**/*.swift",
24   "static_framework": true,
25   "dependencies": {
26     "PLCrashReporter": [
27       "~> 1.11.1"
28     ],
29     "SplunkOtel": [
30       "~> 0.11.0"
31     ]
32   },
33   "swift_version": "5.1"