[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / e / 5 / 1 / QuickTableView / 2.4.0 / QuickTableView.podspec.json
blobd78d3a71c423d69a3a6b0dd0c99080b0dcad09d7
2   "name": "QuickTableView",
3   "version": "2.4.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": "2.4.0"
14   },
15   "social_media_url": "https://twitter.com/lionheartsw",
16   "platforms": {
17     "ios": "9.0"
18   },
19   "requires_arc": true,
20   "source_files": [
21     "Pod/Classes/**/*",
22     "Pod/Extensions/**/*",
23     "Pod/Protocols/**/*"
24   ],
25   "frameworks": "UIKit",
26   "ios": {
27     "dependencies": {
28       "KeyboardAdjuster": [
29         "~> 1.4"
30       ]
31     }
32   },
33   "pushed_with_swift_version": "3.0"