[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 1 / 8 / SGVSuperMessagingProxy / 1.0.2 / SGVSuperMessagingProxy.podspec.json
blob0a3b4b2fc187fc562fad2f8289c5c1a89c496ad1
2   "name": "SGVSuperMessagingProxy",
3   "version": "1.0.2",
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.2"
15   },
16   "social_media_url": "https://twitter.com/sanekgusev",
17   "platforms": {
18     "ios": "7.0",
19     "osx": "10.8",
20     "watchos": "1.0",
21     "tvos": "9.0"
22   },
23   "source_files": "Pod/Classes/NSObject+SGVSuperMessaging.{h,m}",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Pod/Classes/SGVSuperMessagingProxy.{h,m}"
28     }
29   ]