[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / 6 / 8 / CascadingTableDelegate / 2.0.2 / CascadingTableDelegate.podspec.json
blob6c12e347a490ee8ab5b2a4c65b99eb4376bee10a
2   "name": "CascadingTableDelegate",
3   "version": "2.0.2",
4   "summary": "A no-nonsense way to write cleaner `UITableViewDelegate` and `UITableViewDataSource`.",
5   "description": "CascadingTableDelegate allows you to propagate `UITableViewDelegate` and `UITableViewDataSource` method calls to several objects, based by the `IndexPath` of the method's parameter.",
6   "homepage": "https://github.com/edopelawi/CascadingTableDelegate",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ricardo Pramana Suranta": "ricardo.pramana@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/edopelawi/CascadingTableDelegate.git",
16     "tag": "2.0.2"
17   },
18   "social_media_url": "https://twitter.com/edopelawi",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "CascadingTableDelegate/Classes/**/*",
23   "frameworks": "UIKit",
24   "pushed_with_swift_version": "3.0"