[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / e / c / 1 / ZJTableViewManager / 1.0.5 / ZJTableViewManager.podspec.json
blob8355b79bafc6cade9d47ff0b5a0b0a806c86a9d9
2   "name": "ZJTableViewManager",
3   "version": "1.0.5",
4   "summary": "Powerful data driven content manager for UITableView.强大的数据驱动的TableView",
5   "description": "ZJTableViewManager allows to manage the content of any UITableView with ease, both forms and lists. ZJTableViewManager is built on top of reusable cells technique and provides APIs for mapping any object class to any custom cell subclass.",
6   "homepage": "https://github.com/JavenZ/ZJTableViewManager",
7   "license": {
8     "type": "MIT",
9     "file": "FILE_LICENSE"
10   },
11   "authors": {
12     "Javen": "1074472615@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/JavenZ/ZJTableViewManager.git",
16     "tag": "1.0.5"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_versions": [
22     "4.0",
23     "4.2",
24     "5.1",
25     "5.2"
26   ],
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "ZJTableViewManager/Core/*"
31     },
32     {
33       "name": "Other",
34       "source_files": "ZJTableViewManager/Other/*",
35       "dependencies": {
36         "ZJTableViewManager/Core": [
38         ]
39       }
40     }
41   ],
42   "swift_version": "5.2"