blob: 39d6476bffdf15940e2b76e0d01f4bb577db48d6 [file] [log] [blame]
{
"name": "ZJTableViewManager",
"version": "1.0.3-beta",
"summary": "Powerful data driven content manager for UITableView.强大的数据驱动的TableView",
"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.",
"homepage": "https://github.com/JavenZ/ZJTableViewManager",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"Javen": "1074472615@qq.com"
},
"source": {
"git": "https://github.com/JavenZ/ZJTableViewManager.git",
"tag": "1.0.3-beta"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": [
"4.0",
"4.2",
"5.1",
"5.2"
],
"subspecs": [
{
"name": "Core",
"source_files": "ZJTableViewManager/Core/*"
},
{
"name": "Other",
"source_files": "ZJTableViewManager/Other/*",
"dependencies": {
"ZJTableViewManager/Core": [
]
}
}
],
"swift_version": "5.2"
}