[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / 2 / a / b / TableAdapter / 1.1.0 / TableAdapter.podspec.json
blob2f4a4c1aa8fce31860d13a7a91489d2ac0ea53aa
2   "name": "TableAdapter",
3   "version": "1.1.0",
4   "summary": "A data-driven library for building complex table views easily",
5   "description": "A data-driven library for building complex table views. Easy updating table view items with animations using automatic diffing algorithm under the hood. Our goal is to think in terms of data but not in terms of index paths while building tables. High-level yet flexible api allows to setup sectioned lists in a few lines of code and take more control over the table where it needed. And configuring reusable views in a type-safe manner helps to keep code clean and stable",
6   "homepage": "https://github.com/MobileUpLLC/TableAdapter",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Nikolai Timonin, MobileUp": "nt@mobileup.ru"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "ios": {
18     "frameworks": "UIKit"
19   },
20   "swift_versions": [
21     "4.2",
22     "5"
23   ],
24   "source": {
25     "git": "https://github.com/MobileUpLLC/TableAdapter.git",
26     "tag": "1.1.0"
27   },
28   "source_files": [
29     "Source/",
30     "Source/**/*.{swift}"
31   ],
32   "swift_version": "5"