blob: 0be519d5a61d7bb7f04b4728561b5f1d7380e5c5 [file] [log] [blame]
{
"name": "CellDataCoupler",
"version": "1.0.2",
"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": "1.0.2"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.0",
"source_files": "CellDataCoupler/Classes/**/*"
}