[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 0 / 9 / c / ALTableView / 0.3.1 / ALTableView.podspec.json
blobdba78ff320e833f3e3366b1cec96b1f72dd0e1e7
2   "name": "ALTableView",
3   "version": "0.3.1",
4   "summary": "An easy way to manage UITableView and UITableViewController",
5   "description": "This framework is a generic UITableViewDataSource and UITableViewDelegate which will help you to reduce all the code you have to copy-paste everytime you create a tableView. For doing that you only need to create  SectionElement array and for each one a RowElement array.",
6   "homepage": "https://github.com/ALiOSDev/ALTableView.git",
7   "license": "MIT",
8   "authors": "Abimael Barea, Lorenzo Villarroel",
9   "swift_version": "4.2",
10   "platforms": {
11     "ios": "9.0"
12   },
13   "source": {
14     "git": "https://github.com/ALiOSDev/ALTableView.git",
15     "tag": "0.3.1"
16   },
17   "source_files": "ALTableViewSwift/ALTableView/ALTableView/ALTableViewClasses/**/*.{swift,h,m}"