[Delete] FaceCoreBasicNightly 6.3.1040
[CocoaPods.git] / Specs / 2 / d / 3 / Backtrace / 1.7.3 / Backtrace.podspec.json
blob4456390ce1ca1e0eab8f835c413baf191d74faa0
2   "name": "Backtrace",
3   "version": "1.7.3",
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.3"
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     "exclude_files": [
43       "Sources/Features/Breadcrumb/**/*.{swift}"
44     ],
45     "public_header_files": [
46       "Backtrace-macOS/**/*.h*"
47     ]
48   },
49   "tvos": {
50     "source_files": [
51       "Sources/**/*.{swift}",
52       "Backtrace-tvOS/**/*.{h*,swift}"
53     ],
54     "exclude_files": [
55       "Sources/Features/Breadcrumb/**/*.{swift}"
56     ],
57     "public_header_files": [
58       "Backtrace-tvOS/**/*.h*"
59     ]
60   },
61   "dependencies": {
62     "Backtrace-PLCrashReporter": [
63       "1.5.3"
64     ]
65   },
66   "resources": "Sources/**/*.xcdatamodeld",
67   "swift_versions": "4.2",
68   "swift_version": "4.2"