[Add] FlowerCocoa 0.3.2
[CocoaPods.git] / Specs / 2 / d / 3 / Backtrace / 2.0.5 / Backtrace.podspec.json
blob9b3106eccab0f7b5f1b9c30e8101d073d7b14c65
2   "name": "Backtrace",
3   "version": "2.0.5",
4   "swift_versions": "5",
5   "summary": "Backtrace's integration with iOS, macOS and tvOS",
6   "description": "Reliable crash and hang reporting for iOS, macOS and tvOS.",
7   "homepage": "https://backtrace.io/",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Backtrace I/O": "info@backtrace.io"
14   },
15   "source": {
16     "git": "https://github.com/backtrace-labs/backtrace-cocoa.git",
17     "tag": "2.0.5"
18   },
19   "platforms": {
20     "ios": "12.0",
21     "osx": "10.13",
22     "tvos": "12.0"
23   },
24   "ios": {
25     "source_files": [
26       "Sources/**/*.{swift}",
27       "Backtrace-iOS/**/*.{h*,swift}"
28     ],
29     "public_header_files": [
30       "Backtrace-iOS/**/*.h*"
31     ]
32   },
33   "osx": {
34     "source_files": [
35       "Sources/**/*.{swift}",
36       "Backtrace-macOS/**/*.{h*,swift}"
37     ],
38     "public_header_files": [
39       "Backtrace-macOS/**/*.h*"
40     ]
41   },
42   "tvos": {
43     "source_files": [
44       "Sources/**/*.{swift}",
45       "Backtrace-tvOS/**/*.{h*,swift}"
46     ],
47     "exclude_files": [
48       "Sources/Features/Breadcrumb/**/*.{swift}"
49     ],
50     "public_header_files": [
51       "Backtrace-tvOS/**/*.h*"
52     ]
53   },
54   "static_framework": true,
55   "dependencies": {
56     "PLCrashReporter": [
57       "1.11"
58     ]
59   },
60   "resource_bundles": {
61     "BacktraceResources": "Sources/**/*.xcdatamodeld"
62   },
63   "swift_version": "5"