blob: d656a5feba87457179d9d8bda408430773444958 [file] [log] [blame]
{
"name": "DKDataSources",
"version": "1.0.0",
"summary": "Data driven DataSource allowing use of multiple cell types in elegant way.",
"swift_versions": "5.0",
"description": "Data driven generic table/collection view DataSources, allows to use multiple cell types in one or multiple sections.",
"homepage": "https://github.com/deniskakacka/DKDataSources",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Denis Kakačka": "dkakacka@gmail.com"
},
"source": {
"git": "https://github.com/deniskakacka/DKDataSources.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/dkreationsapps",
"platforms": {
"ios": "8.0"
},
"source_files": "DKDataSources/Classes/**/*",
"swift_version": "5.0"
}