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",
26 "source_files": "Pod/Sources/Common/TrampolineMacros.h",
27 "private_header_files": "Pod/Sources/Common/TrampolineMacros.h",
36 "name": "Objective-C",
37 "source_files": "Pod/Sources/Objective-C/**/*.{h,c,m}",
38 "private_header_files": "Pod/Sources/Objective-C/ObjcTrampolines.h",
40 "SGVSuperMessagingProxy/Common": [
53 "source_files": "Pod/Sources/Swift/**/*.{h,c,swift}",
54 "private_header_files": "Pod/Sources/Swift/SwiftTrampolines.h",
56 "SGVSuperMessagingProxy/Common": [
60 "pod_target_xcconfig": {
61 "SWIFT_INCLUDE_PATHS": "${PODS_ROOT}/SGVSuperMessagingProxy/Pod/Sources/Swift/PrivateModulemap"
63 "preserve_paths": "Pod/Sources/Swift/PrivateModulemap/module.map",
64 "header_mappings_dir": "Pod/Sources",