[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / d / 3 / Backtrace / 1.0.0 / Backtrace.podspec.json
blobf5028ec20ae5ffa66024c94e8e41ee85c2618945
2   "name": "Backtrace",
3   "version": "1.0.0",
4   "summary": "Backtrace's integration with iOS and macOS",
5   "description": "Backtrace's integration with iOS and macOS for handling crashes",
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",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "10.0",
20     "osx": "10.10"
21   },
22   "ios": {
23     "source_files": [
24       "Sources/**/*.{swift}",
25       "Backtrace-iOS/**/*.h*"
26     ],
27     "public_header_files": [
28       "Backtrace-iOS/**/*.h*"
29     ]
30   },
31   "osx": {
32     "source_files": [
33       "Sources/**/*.{swift}",
34       "Backtrace-macOS/**/*.h*"
35     ],
36     "public_header_files": [
37       "Backtrace-macOS/**/*.h*"
38     ]
39   },
40   "dependencies": {
41     "Backtrace-PLCrashReporter": [
43     ]
44   },
45   "swift_version": "4.0"