[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / e / 5 / 1 / QuickTableView / 4.0.0 / QuickTableView.podspec.json
blob651fd497eca25e3dfa5f88f02cd02c52d7486141
2   "name": "QuickTableView",
3   "version": "4.0.0",
4   "summary": "Helper classes and utilities that help speed up tableview creation and management in Swift.",
5   "description": "QuickTableView provides two helper classes, SimpleTableViewController and BaseTableViewController, that drastically simplify table view creation in Swift.",
6   "homepage": "https://github.com/lionheart/QuickTableView",
7   "license": "Apache 2.0",
8   "authors": {
9     "Dan Loewenherz": "dan@lionheartsw.com"
10   },
11   "source": {
12     "git": "https://github.com/lionheart/QuickTableView.git",
13     "tag": "4.0.0"
14   },
15   "social_media_url": "https://twitter.com/lionheartsw",
16   "platforms": {
17     "ios": "13.6"
18   },
19   "swift_versions": "5",
20   "requires_arc": true,
21   "source_files": [
22     "Pod/Classes/**/*",
23     "Pod/Extensions/**/*",
24     "Pod/Protocols/**/*"
25   ],
26   "frameworks": "UIKit",
27   "ios": {
28     "dependencies": {
29       "KeyboardAdjuster": [
30         "~> 5"
31       ]
32     }
33   },
34   "swift_version": "5"