[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 1 / 8 / SGVSuperMessagingProxy / 1.0.0 / SGVSuperMessagingProxy.podspec.json
blobed6f1c5441b008a9ca9c273df0250b12d6a09e94
2   "name": "SGVSuperMessagingProxy",
3   "version": "1.0.0",
4   "summary": "An NSProxy subclass for invoking superclass method implementations.",
5   "description": "                       This proxy allows one to invoke method implementations from any class in the inheritance hierarchy for any Objective-C object.\n\n                       On creation, the proxy is passed the object and optionally a class in that object's inheritance hierarchy.\n                       \n                       Any message send to a proxy will be executed as if it was invoked with a super keyword from inside that object's class declaration.\n",
6   "homepage": "https://github.com/sanekgusev/SGVSuperMessagingProxy",
7   "license": "MIT",
8   "authors": {
9     "Alexander Gusev": "sanekgusev@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/sanekgusev/SGVSuperMessagingProxy.git",
13     "tag": "1.0.0"
14   },
15   "social_media_url": "https://twitter.com/sanekgusev",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
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   ]