[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 4 / b / TableSchemer / 4.0.3 / TableSchemer.podspec.json
blob911c42d3f7215f6e010f3b78e06ef2f885d1d158
2   "name": "TableSchemer",
3   "version": "4.0.3",
4   "summary": "Interactive static table views with ease",
5   "description": "TableSchemer is a framework for building static interactive table views. Interface Builder provides a great way to build out static table views, but not everyone uses interface builder, and adding interactivity to these table views is difficult. Writing interactive static table views traditionally is a tiresome task due to working with index paths, and having multiple delegate methods to handle configuration, sizing, and selection handling. They're also a huge pain to maintain when the need to reorder them comes as you need to update the index paths in all those locations.",
6   "homepage": "https://github.com/Weebly/TableSchemer",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jace Conflenti": "jace@squareup.com"
13   },
14   "social_media_url": "http://twitter.com/ketzusaka",
15   "platforms": {
16     "ios": "12.0"
17   },
18   "source": {
19     "git": "https://github.com/Weebly/TableSchemer.git",
20     "tag": "v4.0.3"
21   },
22   "source_files": "TableSchemer/*.swift",
23   "resource_bundles": {
24     "TableSchemer_privacy": [
25       "TableSchemer/PrivacyInfo.xcprivacy"
26     ]
27   },
28   "requires_arc": true,
29   "swift_versions": "5.0",
30   "swift_version": "5.0"