Latest | 1.0.1 |
---|---|
Homepage | https://github.com/jsmerola/DiagnosticReportGenerator |
License | MIT |
Platforms | ios 8.0, osx 10.10, requires ARC |
Authors |
Simple diagnostic report generator for sending device/application information to developers in bug reports.
Screenshot
Installation
DiagnosticReportGenerator is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "DiagnosticReportGenerator"
Requirements
- iOS 8+ or OS X 10.10+
- Xcode 7 or later
Author
Jeff Merola, [email protected]
License
DiagnosticReportGenerator is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "DiagnosticReportGenerator", "version": "1.0.1", "summary": "Simple diagnostic report generator", "description": "Easily create a diagnostic report to attach to bug report emails in your apps.nnIncludes information like:n* Device modeln* Battery staten* Disk spacen* Version infon* User Defaultsn* and more...", "homepage": "https://github.com/jsmerola/DiagnosticReportGenerator", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "Jeff Merola": "[email protected]" }, "platforms": { "ios": "8.0", "osx": "10.10" }, "source": { "git": "https://github.com/jsmerola/DiagnosticReportGenerator.git", "tag": "1.0.1" }, "source_files": "DiagnosticReportGenerator/DiagnosticReportGenerator.swift", "resources": "DiagnosticReportGenerator/DiagnosticReportTemplate.html", "requires_arc": true }
Sun, 28 Feb 2016 04:02:03 +0000