2 "name": "SFBCrashReporter",
4 "summary": "A framework for submitting application crash logs to an HTTP server.",
5 "description": "\t\t\t\t\t\t\tAdding `SFBCrashReporter` support to your application is easy:\n\n\t\t\t\t\t\t\t1. Add the URL for crash log submission as `SFBCrashReporterCrashSubmissionURL` to your application's `Info.plist`\n\n\t\t\t\t\t\t\t2. Add the following code to your application's delegate:\n\n\t\t\t\t\t\t\t```objective-c\n\t\t\t\t\t\t\t#import <SFBCrashReporter/SFBCrashReporter.h>\n\n\t\t\t\t\t\t\t- (void) applicationDidFinishLaunching:(NSNotification *)aNotification\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t // Check for and send crash reports\n\t\t\t\t\t\t\t [SFBCrashReporter checkForNewCrashes];\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t```\n",
6 "homepage": "https://github.com/sbooth/SFBCrashReporter",
12 "Stephen F. Booth": "me@sbooth.org"
14 "social_media_url": "http://twitter.com/sbooth",
19 "git": "https://github.com/sbooth/SFBCrashReporter.git",
23 "GenerateFormData.{h,m}",
24 "SFBCrashReporter.{h,m}",
25 "SFBCrashReporterWindowController.{h,m}",
26 "SFBSystemInformation.{h,m}"
28 "public_header_files": [
30 "SFBSystemInformation.h"