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