[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / f / 3 / PHFDelegateChain / 1.0.1 / PHFDelegateChain.podspec.json
blob963e67522e995f32a364c2b568378e4378222348
2   "name": "PHFDelegateChain",
3   "version": "1.0.1",
4   "license": "MIT",
5   "summary": "Easily create delegation chains.",
6   "description": "This NSProxy subclass allows you to chain delegate methods easily. Create an\ninstance of PHFDelegateChain, tell it which objects it should forward to and set\nit as the delegate of an object. Whenever a method is called on the chain, it\nwill forward it to the registered objects.\n",
7   "homepage": "https://github.com/fphilipe/PHFDelegateChain",
8   "authors": {
9     "Philipe Fatio": "philipe.fatio@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/fphilipe/PHFDelegateChain.git",
13     "tag": "v1.0.1"
14   },
15   "source_files": "PHFDelegateChain.{h,m}",
16   "requires_arc": true