[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 7 / 8 / 9 / SFBCrashReporter / 1.0.0 / SFBCrashReporter.podspec.json
blobcd3f70edba0d57ed032069bd107aab2e8fc819bc
2   "name": "SFBCrashReporter",
3   "version": "1.0.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "COPYING"
10   },
11   "authors": {
12     "Stephen F. Booth": "me@sbooth.org"
13   },
14   "social_media_url": "http://twitter.com/sbooth",
15   "platforms": {
16     "osx": "10.7"
17   },
18   "source": {
19     "git": "https://github.com/sbooth/SFBCrashReporter.git",
20     "tag": "1.0.0"
21   },
22   "source_files": [
23     "GenerateFormData.{h,m}",
24     "SFBCrashReporter.{h,m}",
25     "SFBCrashReporterWindowController.{h,m}",
26     "SFBSystemInformation.{h,m}"
27   ],
28   "public_header_files": [
29     "SFBCrashReporter.h",
30     "SFBSystemInformation.h"
31   ],
32   "requires_arc": true