2 "name": "SGVSuperMessagingProxy",
4 "summary": "An NSProxy subclass for invoking superclass method implementations.",
5 "description": " This proxy allows one to invoke method implementations from any class in the inheritance hierarchy for any Objective-C object.\n\n On creation, the proxy is passed the object and optionally a class in that object's inheritance hierarchy.\n \n Any message send to a proxy will be executed as if it was invoked with a super keyword from inside that object's class declaration.\n",
6 "homepage": "https://github.com/sanekgusev/SGVSuperMessagingProxy",
9 "Alexander Gusev": "sanekgusev@gmail.com"
12 "git": "https://github.com/sanekgusev/SGVSuperMessagingProxy.git",
15 "social_media_url": "https://twitter.com/sanekgusev",
20 "source_files": "Pod/Classes/NSObject+SGVSuperMessaging.{h,m}",
24 "source_files": "Pod/Classes/SGVSuperMessagingProxy.{h,m}"