[Add] FirebaseUI 15.0.0
[CocoaPods.git] / Specs / 0 / 2 / 6 / PSTDelegateProxy / 0.0.1 / PSTDelegateProxy.podspec.json
blobc25fc85370bfb71204c47daa4a430b483aff55d7
2   "name": "PSTDelegateProxy",
3   "version": "0.0.1",
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",
7   "license": "MIT",
8   "authors": {
9     "Peter Steinberger": "steipete@gmail.com"
10   },
11   "platforms": {
12     "ios": "6.0"
13   },
14   "source": {
15     "git": "https://github.com/steipete/PSTDelegateProxy.git",
16     "commit": "535c16db5212bf7ef7757c344ee7738e9fb95009"
17   },
18   "source_files": "PSTDelegateProxy.{h,m}",
19   "requires_arc": true