[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 9 / 5 / 4 / PLCrashReporter / 1.2.0 / PLCrashReporter.podspec.json
blobd804a3e112805c198e7416f2c3375b28859fb67b
2   "name": "PLCrashReporter",
3   "version": "1.2.0",
4   "homepage": "https://www.plcrashreporter.org",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE.txt"
8   },
9   "authors": {
10     "Plausible Labs Cooperative, Inc.": "contact@plausible.coop"
11   },
12   "summary": "Reliable, open-source crash reporting for iOS and Mac OS X.",
13   "description": "Plausible CrashReporter provides an in-process crash reporting framework for use on both iOS and Mac OS X, and powers many of the crash reporting services available for iOS, including HockeyApp, Flurry, Crittercism and FoglightAPM.",
14   "source": {
15     "http": "https://www.plcrashreporter.org/static/downloads/PLCrashReporter-1.2.zip",
16     "flatten": true
17   },
18   "ios": {
19     "public_header_files": "iOS Framework/CrashReporter.framework/Versions/A/Headers/*.h*",
20     "vendored_frameworks": "iOS Framework/CrashReporter.framework"
21   },
22   "osx": {
23     "public_header_files": "Mac OS X Framework/CrashReporter.framework/Versions/A/Headers/*.h*",
24     "vendored_frameworks": "Mac OS X Framework/CrashReporter.framework",
25     "resources": "Mac OS X Framework/CrashReporter.framework",
26     "xcconfig": {
27       "LD_RUNPATH_SEARCH_PATHS": "@loader_path/../Frameworks"
28     }
29   },
30   "requires_arc": false