blob: d10f26730e40a852feffeb173e5c3867b885ca4c [file] [log] [blame]
{
"name": "SGVSuperMessagingProxy",
"version": "1.0.1",
"cocoapods_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\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.",
"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.1"
},
"social_media_url": "https://twitter.com/sanekgusev",
"platforms": {
"ios": "7.0"
},
"source_files": "Pod/Classes/NSObject+SGVSuperMessaging.{h,m}",
"subspecs": [
{
"name": "Core",
"source_files": "Pod/Classes/SGVSuperMessagingProxy.{h,m}"
}
]
}