2 "name": "PSTDelegateProxy",
4 "summary": "A simple proxy that forwards optional methods to delegates",
5 "description": " Calling optional delegate methods usually needs lots of\n boilerplate code, because we need to check if the delegate\n responds to a given selector. Using `NSProxy` we can reduce\n such boilerplate code and just call the optional method.\n We also get compiler checks for method signatures.\n",
6 "homepage": "https://github.com/steipete/PSTDelegateProxy",
9 "Peter Steinberger": "steipete@gmail.com"
15 "git": "https://github.com/steipete/PSTDelegateProxy.git",
16 "commit": "535c16db5212bf7ef7757c344ee7738e9fb95009"
18 "source_files": "PSTDelegateProxy.{h,m}",