blob: 093bebdd305a2696cd8d7fddcf15c2066e4c20e6 [file] [log] [blame]
{
"name": "MTListView",
"version": "0.0.2",
"summary": "ListView based on UICollectionView",
"description": "a ListView with a simple API to stack different kind of cells vertically",
"homepage": "https://github.com/taiyungo/ListView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "sintaiyuan",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/taiyungo/ListView.git",
"tag": "0.0.2"
},
"source_files": [
"ListView",
"ListView/**/*.{h,m,swift}"
],
"exclude_files": "ListView/Exclude",
"pushed_with_swift_version": "4.0"
}