[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 1 / 8 / SGVSuperMessagingProxy / 4.0.0 / SGVSuperMessagingProxy.podspec.json
bloba1905a3394b01739eb37677d5bbf11cb1dbd3fa4
2   "name": "SGVSuperMessagingProxy",
3   "version": "4.0.0",
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",
8   "license": "MIT",
9   "authors": {
10     "Aleksandr Gusev": "sanekgusev@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/sanekgusev/SGVSuperMessagingProxy.git",
14     "tag": "4.0.0"
15   },
16   "social_media_url": "https://twitter.com/sanekgusev",
17   "swift_version": "4.0",
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.9",
21     "watchos": "2.0",
22     "tvos": "9.0"
23   },
24   "subspecs": [
25     {
26       "name": "Common",
27       "source_files": "Pod/Sources/Common/TrampolineMacros.h",
28       "private_header_files": "Pod/Sources/Common/TrampolineMacros.h",
29       "platforms": {
30         "ios": "8.0",
31         "osx": "10.8",
32         "watchos": "2.0",
33         "tvos": "9.0"
34       }
35     },
36     {
37       "name": "Objective-C",
38       "source_files": "Pod/Sources/Objective-C/**/*.{h,c,m}",
39       "private_header_files": "Pod/Sources/Objective-C/ObjcTrampolines.h",
40       "dependencies": {
41         "SGVSuperMessagingProxy/Common": [
43         ]
44       },
45       "platforms": {
46         "ios": "8.0",
47         "osx": "10.8",
48         "watchos": "2.0",
49         "tvos": "9.0"
50       }
51     },
52     {
53       "name": "Swift",
54       "source_files": "Pod/Sources/Swift/**/*.{h,c,swift}",
55       "dependencies": {
56         "SGVSuperMessagingProxy/Common": [
58         ]
59       },
60       "platforms": {
61         "ios": "8.0",
62         "osx": "10.9",
63         "watchos": "2.0",
64         "tvos": "9.0"
65       }
66     }
67   ]