blob: 8aba9802b49b68ad1add36f9d430eb1df0c9b5f0 [file] [log] [blame]
{
"name": "GenericTableCollection",
"version": "0.1.0",
"summary": "Generic collection and table view datasource and delegate.",
"description": "Install this library and say bye bye to long codes of datasource and delegate. Use this repository to save time for creating datasource and delegate of every table view and collection view in every class.",
"homepage": "https://github.com/jeewanct/GenericTableCollection",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jeewanct": "jeewant857@gmail.com"
},
"source": {
"git": "https://github.com/jeewanct/GenericTableCollection.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "GenericTableCollection/Classes/**/*",
"frameworks": "UIKit"
}