[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 8 / f / 5 / CrashReporterAC / 0.3.0 / CrashReporterAC.podspec.json
blob440af462b55c5aeaf1604dcbc153d7875911475b
2   "name": "CrashReporterAC",
3   "version": "0.3.0",
4   "summary": "Introduces the missing Crash Dialog for Microsofts AppCenter.",
5   "description": "A bug report contains device logs, stack traces, and other diagnostic information to help you find and fix bugs in your app. It should also include user feedback that helps you to reproduce the issue. Unfortunately that's not part of Microsoft's AppCenter implementation for macOS. However there are APIs that allow you to send text attachments with each crash. CrashReporterAC asks the user for feedback and submits it with the crash details to AppCenter.",
6   "homepage": "https://github.com/Iomegan/CrashReporterAC",
7   "screenshots": [
8     "https://raw.githubusercontent.com/Iomegan/CrashReporterAC/master/Screenshot.png",
9     "https://raw.githubusercontent.com/Iomegan/CrashReporterAC/master/Screenshot2.png"
10   ],
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Daniel Witt": "info@witt-software.com"
17   },
18   "social_media_url": "https://twitter.com/witt_software",
19   "platforms": {
20     "osx": "10.10"
21   },
22   "source": {
23     "git": "https://github.com/Iomegan/CrashReporterAC.git",
24     "tag": "0.3.0"
25   },
26   "source_files": "Sources/*.{swift}",
27   "resource_bundles": {
28     "CrashReporterACResources": [
29       "Sources/*.lproj/*.strings",
30       "Sources/*.lproj/*.xib"
31     ]
32   },
33   "dependencies": {
34     "AppCenter/Crashes": [
36     ]
37   },
38   "requires_arc": true,
39   "static_framework": true