blob: 8b4b8eb4622d9a861aeeed4b0e8ec0c165644812 [file] [log] [blame]
{
"name": "ChainedDroplist",
"version": "0.1.0",
"summary": "A chain-style droplist realized by UITableView",
"description": "- Chain-style droplist with customer rotation icon、hostView、baseView\n- Auto calculate top/bottom space to choose the best way to display",
"homepage": "https://github.com/seuzxh/ChainedDroplist",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"seuzxh": "seuzxh@163.com"
},
"source": {
"git": "https://github.com/seuzxh/ChainedDroplist.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "ChainedDroplist/**/*.{h,m}",
"dependencies": {
"Masonry": [
"~> 1.1.0"
]
}
}