Skip to content

Instantly share code, notes, and snippets.

@mnespor
mnespor / keybase.md
Created January 30, 2018 00:53
keybase.md

Keybase proof

I hereby claim:

  • I am mnespor on github.
  • I am nespor (https://keybase.io/nespor) on keybase.
  • I have a public key ASD8AiokJLiPn98LLtU-wHW42HeqVG7QkL6fdy71ZO-48go

To claim this, I am signing this object:

@mnespor
mnespor / NSNotificationCenter+Promise.swift
Created May 7, 2016 03:45
Exploration of PromiseKit issue 415
import Foundation.NSNotification
#if !COCOAPODS
import PromiseKit
#endif
/**
To import the `NSNotificationCenter` category:
use_frameworks!
pod "PromiseKit/Foundation"