blob: 0d289614bd4ed4d63a6c3d807fc97e3e538bfb99 [file] [log] [blame]
{
"name": "ComposableDataSource",
"version": "0.3.0",
"summary": "A more contained and composable method of creating scrollView datasources",
"description": "ComposableDataSource was written to assuage to usually annoying task of writing UICollectionView delegate and datasource code. Now, this functionality can be encapsulated in one function",
"homepage": "https://github.com/ChrishonWyllie/ComposableDataSource",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ChrishonWyllie": "chrishon595@yahoo.com"
},
"source": {
"git": "https://github.com/ChrishonWyllie/ComposableDataSource.git",
"tag": "0.3.0"
},
"swift_versions": [
"4.0",
"4.1",
"4.2",
"5.0",
"5.1"
],
"platforms": {
"ios": "11.0"
},
"source_files": "Classes/**/*",
"frameworks": "UIKit",
"swift_version": "5.1"
}