[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 2 / d / 3 / Backtrace / 2.0.1 / Backtrace.podspec.json
blobb165d4c0bb1ee3629fba39c89a932c8198971882
2   "name": "Backtrace",
3   "version": "2.0.1",
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.1"
18   },
19   "platforms": {
20     "ios": "11.0",
21     "osx": "10.13",
22     "tvos": "11.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   "dependencies": {
55     "Backtrace-PLCrashReporter": [
56       "1.5.3"
57     ]
58   },
59   "resources": "Sources/**/*.xcdatamodeld",
60   "swift_version": "5"