blob: 2f49b0db721baedda1e3186e20cda58411a9e268 [file] [log] [blame]
{
"name": "CombineDataSources",
"version": "0.2.5",
"summary": "CombineDataSources provides custom Combine subscribers for collection/table view",
"description": "CombineDataSources provides custom Combine subscribers that act as table and collection view controllers and bind a stream of element collections to table or collection sections with cells.",
"homepage": "https://github.com/CombineCommunity/CombineDataSources",
"license": "MIT",
"authors": {
"Marin Todorov": "touch-code-magazine@gmail.com"
},
"platforms": {
"ios": "13.0"
},
"source": {
"git": "https://github.com/CombineCommunity/CombineDataSources.git",
"tag": "0.2.5"
},
"source_files": "Sources/**/*.swift",
"frameworks": [
"Combine"
],
"swift_versions": "5.0",
"swift_version": "5.0"
}