[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / e / c / 1 / ZJTableViewManager / 1.0.6 / ZJTableViewManager.podspec.json
blobf0548aa24b7854426d06d5fc5fae0e8d81d0d3ac
2   "name": "ZJTableViewManager",
3   "version": "1.0.6",
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.6"
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"