blob: 8225ad2512460fb78fb7ae5b2ad3a5b9be817abc [file] [log] [blame]
{
"name": "UITableViewAgent",
"version": "0.1.0",
"summary": "✅ Be your UITableViewDelegate and UITableViewDataSource, make your TableView easier to use.",
"description": "✅ Be your UITableViewDelegate and UITableViewDataSource, make your TableView easier to use.",
"homepage": "https://github.com/cba023/UITableViewAgent",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"cba023": "cba023@hotmail.com"
},
"source": {
"git": "https://github.com/cba023/UITableViewAgent.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "UITableViewAgent/Classes/**/*",
"swift_versions": "5.0",
"frameworks": "UIKit",
"dependencies": {
"TableViewReuse": [
"~> 0.2.0"
]
},
"swift_version": "5.0"
}