CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

Stephen F. Booth

4pods

CGeodesic

License: MIT

Geodesic

License: MIT

SFBCrashReporter

Adding SFBCrashReporter support to your application is easy:

  1. Add the URL for crash log submission as SFBCrashReporterCrashSubmissionURL to your application's Info.plist

  2. Add the following code to your application's delegate:

```objective-c

import

  • (void) applicationDidFinishLaunching:(NSNotification *)aNotification { // Check for and send crash reports [SFBCrashReporter checkForNewCrashes]; } ```

License: MIT

  • Objective C

SFBPopovers

This framework implements popover windows- windows that, to the user, logically belong to another window and are visually attached to the parent window.

An SFBPopover has a customizable appearance including border thickness, color, and radius, attachment point, and arrow appearance.

License: MIT

  • Objective C