2 "name": "SGVSuperMessagingProxy",
4 "cocoapods_version": ">= 1.0.0",
5 "summary": "Invoke superclass method implementations of dynamically dispatched methods in Objective-C and Swift.",
6 "description": "This NSProxy/SwiftObject proxy allows one to invoke method implementations from any class in the inheritance hierarchy for any Objective-C object or invoke dynamically-dispatched method implementations for any Swift object.\n\nOn creation, the proxy is passed the object and optionally a class in that object's inheritance hierarchy.\n\nAny message sent to the proxy will be executed as if it was invoked with the `super` keyword from within that object's class declaration.",
7 "homepage": "https://github.com/sanekgusev/SGVSuperMessagingProxy",
10 "Aleksandr Gusev": "sanekgusev@gmail.com"
13 "git": "https://github.com/sanekgusev/SGVSuperMessagingProxy.git",
16 "social_media_url": "https://twitter.com/sanekgusev",
17 "swift_version": "4.0",
27 "source_files": "Pod/Sources/Common/TrampolineMacros.h",
28 "private_header_files": "Pod/Sources/Common/TrampolineMacros.h",
37 "name": "Objective-C",
38 "source_files": "Pod/Sources/Objective-C/**/*.{h,c,m}",
39 "private_header_files": "Pod/Sources/Objective-C/ObjcTrampolines.h",
41 "SGVSuperMessagingProxy/Common": [
54 "source_files": "Pod/Sources/Swift/**/*.{h,c,swift}",
56 "SGVSuperMessagingProxy/Common": [