blob: 73252f5e444cba67e835a83f7a35fa51a3c65f76 [file] [log] [blame]
{
"name": "EZSource",
"version": "0.2.6",
"summary": "Declarative Datasource/Delegate for TableView",
"description": "This library helps to avoid boilerplate code when operating with TableView. Just create Rows add them\nto sections. Append Headers/Footers to sections and use reload or updateWithAnimation",
"homepage": "https://github.com/aldo-dev/EZSource.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ALDO Inc": "aldodev@aldogroup.com"
},
"source": {
"git": "https://github.com/aldo-dev/EZSource.git",
"tag": "0.2.6"
},
"platforms": {
"ios": "11.0"
},
"swift_version": "5.0",
"source_files": "EZSource/Classes/**/*",
"dependencies": {
"SwiftyCollection": [
]
}
}