blob: 51bfa0035bcd9b203692edca2cd5487d3e6e0389 [file] [log] [blame]
{
"name": "CellDataCoupler",
"version": "3.1.0",
"summary": "CellDataCoupler is a pod that abstracts away a lot of the logic involved in creating a viable table datasource.",
"description": "We wanted to simplify tableviews. CellDataCoupler is a pod that abstracts away a lot of the logic involved in creating a viable table datasource. It provides a default implementation that you can either use or override.",
"homepage": "https://github.com/myriadmobile/CellDataCoupler",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alex Larson": "alarson@myriadmobile.com"
},
"source": {
"git": "https://github.com/myriadmobile/CellDataCoupler.git",
"tag": "3.1.0"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "4.0",
"source_files": "CellDataCoupler/Classes/**/*",
"swift_version": "4.0"
}