blob: ae6bf1c90fde32372fbf28c9e041aa89bed6e9df [file] [log] [blame]
{
"name": "EZSource",
"version": "0.3.0",
"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.3.0"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"source_files": "EZSource/Classes/**/*",
"dependencies": {
"SwiftyCollection": [
]
},
"swift_version": "5.0"
}