blob: fda6dd68c1a752cc0820004206545199ab43b7b7 [file] [log] [blame]
{
"name": "EZSource",
"version": "0.1.2",
"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.1.2"
},
"platforms": {
"ios": "11.0"
},
"swift_version": "4.0",
"source_files": "EZSource/Classes/**/*",
"dependencies": {
"SwiftyCollection": [
]
}
}