-
Notifications
You must be signed in to change notification settings - Fork 129
/
Bugsnag.podspec.json
64 lines (64 loc) · 1.18 KB
/
Bugsnag.podspec.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "Bugsnag",
"version": "6.30.2",
"summary": "The Bugsnag crash reporting framework for Apple platforms.",
"homepage": "https://bugsnag.com",
"license": "MIT",
"authors": {
"Bugsnag": "[email protected]"
},
"source": {
"git": "https://github.com/bugsnag/bugsnag-cocoa.git",
"tag": "v6.30.2"
},
"ios": {
"frameworks": [
"Foundation",
"SystemConfiguration",
"Security"
]
},
"osx": {
"frameworks": [
"Foundation",
"SystemConfiguration",
"Security"
]
},
"tvos": {
"frameworks": [
"Foundation",
"SystemConfiguration",
"Security"
]
},
"watchos": {
"frameworks": [
"Foundation",
"Security"
]
},
"compiler_flags": [
"-fvisibility=hidden"
],
"libraries": [
"c++", "z"
],
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.2",
"watchos": "6.3"
},
"source_files": [
"Bugsnag/{**/,}*.{m,h,mm,c}"
],
"resource_bundles": {
"Bugsnag": ["Bugsnag/resources/PrivacyInfo.xcprivacy"]
},
"requires_arc": true,
"prefix_header_file": false,
"public_header_files": [
"Bugsnag/include/Bugsnag/*.h"
]
}