[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 1 / 2 / c / QuickTable / 0.1.0 / QuickTable.podspec.json
blob6dbb1c32a39fab09dbc2cc1e56b0423ba69afd50
2   "name": "QuickTable",
3   "version": "0.1.0",
4   "summary": "A quicker way to build TableViews",
5   "description": "The goal is to provide a robust UITableView solution which provides a clean and easy to read format.\n\nSome TableView implementations, especially settings screens, can use a variety of cells and section ranging from dynamic\nto static.  The goal is to offer a clean solution for quickly building these views while providing an easy to maintain\nsolution.  Settings screens change during a product lifecycle, adding a row here or a section there should not be an\nextrodenary feat of if / else statements.",
6   "homepage": "https://github.com/kgellci/QuickTable",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "kgellci": "kgellci@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/kgellci/QuickTable.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "QuickTable/Classes/**/*",
22   "frameworks": "UIKit",
23   "pushed_with_swift_version": "3.1"