[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 2 / d / 3 / Backtrace / 1.7.0 / Backtrace.podspec.json
blob8d3eb9f6dea0f28adca3877c43d4d0ce7d57d2d3
2   "name": "Backtrace",
3   "version": "1.7.0",
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.0"
17   },
18   "platforms": {
19     "ios": "10.0",
20     "osx": "10.10",
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   },
32   "osx": {
33     "source_files": [
34       "Sources/**/*.{swift}",
35       "Backtrace-macOS/**/*.{h*,swift}"
36     ],
37     "public_header_files": [
38       "Backtrace-macOS/**/*.h*"
39     ]
40   },
41   "tvos": {
42     "source_files": [
43       "Sources/**/*.{swift}",
44       "Backtrace-tvOS/**/*.{h*,swift}"
45     ],
46     "public_header_files": [
47       "Backtrace-tvOS/**/*.h*"
48     ]
49   },
50   "dependencies": {
51     "Backtrace-PLCrashReporter": [
53     ]
54   },
55   "resources": "Sources/**/*.xcdatamodeld",
56   "swift_versions": "4.2",
57   "swift_version": "4.2"