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