[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / d / 8 / NKTableView / 1.0.3 / NKTableView.podspec.json
blob9ee4e0bf463e1c31cdedf439e4f902dd068f8d64
2   "name": "NKTableView",
3   "version": "1.0.3",
4   "summary": "Block-based UITableView to replace delegation style",
5   "description": "A block-based UITableView to replace UITableView's delegate and dataSource for better code and easier to use",
6   "homepage": "https://github.com/kennic/NKTableView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Nam Kennic": "namkennic@me.com"
13   },
14   "source": {
15     "git": "https://github.com/kennic/NKTableView.git",
16     "tag": "1.0.3"
17   },
18   "social_media_url": "https://twitter.com/namkennic",
19   "platforms": {
20     "ios": "11.0"
21   },
22   "swift_versions": "5.4",
23   "source_files": "Sources/NKTableView/**/*.*",
24   "swift_version": "5.4"