[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 0 / 7 / b / BitriseTrace / 1.7.26 / BitriseTrace.podspec.json
blob587c96441fe8b1bb5e2e128fd51d5cc602152947
2   "name": "BitriseTrace",
3   "summary": "Bitrise Trace SDK",
4   "description": "Catch bugs before they reach production — get detailed crash reports and monitor how your app is performing across the entire install base. When issues are detected we show you exactly what happened during the user session to locate, reproduce, and fix the problem as quickly as possible.",
5   "social_media_url": "https://twitter.com/bitrise",
6   "homepage": "https://www.bitrise.io/add-ons/trace-mobile-monitoring",
7   "version": "1.7.26",
8   "swift_versions": [
9     "5.0",
10     "5.1",
11     "5.2",
12     "5.3"
13   ],
14   "authors": {
15     "Shams Ahmed": "shams.ahmed@bitrise.io",
16     "Colin Hemmings": "colin.hemmings@bitrise.io"
17   },
18   "license": {
19     "type": "MIT",
20     "file": "LICENSE"
21   },
22   "platforms": {
23     "ios": "10.0"
24   },
25   "frameworks": [
26     "SystemConfiguration"
27   ],
28   "libraries": [
29     "c++",
30     "z"
31   ],
32   "source": {
33     "git": "https://github.com/bitrise-io/trace-cocoa-sdk.git",
34     "tag": "1.7.26"
35   },
36   "module_name": "Trace",
37   "static_framework": true,
38   "default_subspecs": "Trace",
39   "subspecs": [
40     {
41       "name": "Trace",
42       "source_files": "Trace/**/*.{swift}",
43       "dependencies": {
44         "BitriseTrace/TraceInternal": [
46         ]
47       }
48     },
49     {
50       "name": "TraceInternal",
51       "public_header_files": [
52         "TraceInternal/Installations/KSCrashInstallation.h",
53         "TraceInternal/Installations/KSCrashReportFilter.h",
54         "TraceInternal/Installations/KSCrashReportWriter.h"
55       ],
56       "source_files": [
57         "TraceInternal/**/*.{h,m,mm,c,cpp}"
58       ]
59     }
60   ],
61   "swift_version": "5.3"