[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 6 / 8 / CascadingTableDelegate / 4.0.0 / CascadingTableDelegate.podspec.json
blob162aa0551deed1ecf2c421f98a95a9866447888b
2   "name": "CascadingTableDelegate",
3   "version": "4.0.0",
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": "4.0.0"
17   },
18   "social_media_url": "https://twitter.com/edopelawi",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "CascadingTableDelegate/Classes/**/*",
23   "frameworks": "UIKit",
24   "swift_versions": [
25     4.0,
26     4.2,
27     5.0
28   ],
29   "swift_version": "5.0"