[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 2 / 1 / f / Impact / 0.3.7 / Impact.podspec.json
blob52072babf365870ac524944c06605b9ec0a70033
2   "name": "Impact",
3   "version": "0.3.7",
4   "summary": "crash capturing library for Apple platforms",
5   "homepage": "https://github.com/stacksift/Impact",
6   "license": {
7     "type": "BSD-3-Clause",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Stacksift": "support@stacksift.io"
12   },
13   "social_media_url": "https://twitter.com/stacksift",
14   "source": {
15     "git": "https://github.com/stacksift/Impact.git",
16     "tag": "0.3.7"
17   },
18   "module_name": "Impact",
19   "source_files": "Impact/**/*.{c,h,mm,m}",
20   "public_header_files": [
21     "Impact/Impact.h",
22     "Impact/ImpactMonitor.h",
23     "Impact/Monitoring/ImpactMonitoredApplication.h"
24   ],
25   "compiler_flags": [
26     "-DCURRENT_PROJECT_VERSION=9",
27     "-I Impact",
28     "-I Impact/Utility",
29     "-I Impact/DWARF",
30     "-I Impact/Unwind",
31     "-I Impact/Monitoring"
32   ],
33   "libraries": "c++abi",
34   "platforms": {
35     "osx": "10.13",
36     "ios": "12.0",
37     "tvos": "12.0"
38   },
39   "cocoapods_version": ">= 1.4.0",
40   "swift_versions": "5.0",
41   "swift_version": "5.0"