blob: ed6f1c5441b008a9ca9c273df0250b12d6a09e94 [file] [log] [blame]
{
"name": "SGVSuperMessagingProxy",
"version": "1.0.0",
"summary": "An NSProxy subclass for invoking superclass method implementations.",
"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",
"homepage": "https://github.com/sanekgusev/SGVSuperMessagingProxy",
"license": "MIT",
"authors": {
"Alexander Gusev": "sanekgusev@gmail.com"
},
"source": {
"git": "https://github.com/sanekgusev/SGVSuperMessagingProxy.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/sanekgusev",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/NSObject+SGVSuperMessaging.{h,m}",
"subspecs": [
{
"name": "Core",
"source_files": "Pod/Classes/SGVSuperMessagingProxy.{h,m}"
}
]
}