[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 1 / 8 / SGVSuperMessagingProxy / 1.0.1 / SGVSuperMessagingProxy.podspec.json
blobd10f26730e40a852feffeb173e5c3867b885ca4c
2   "name": "SGVSuperMessagingProxy",
3   "version": "1.0.1",
4   "cocoapods_version": ">= 1.0.0",
5   "summary": "An NSProxy subclass for invoking superclass method implementations.",
6   "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.",
7   "homepage": "https://github.com/sanekgusev/SGVSuperMessagingProxy",
8   "license": "MIT",
9   "authors": {
10     "Alexander Gusev": "sanekgusev@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/sanekgusev/SGVSuperMessagingProxy.git",
14     "tag": "1.0.1"
15   },
16   "social_media_url": "https://twitter.com/sanekgusev",
17   "platforms": {
18     "ios": "7.0"
19   },
20   "source_files": "Pod/Classes/NSObject+SGVSuperMessaging.{h,m}",
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "Pod/Classes/SGVSuperMessagingProxy.{h,m}"
25     }
26   ]