[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / 8 / 5 / ChainedDroplist / 0.1.0 / ChainedDroplist.podspec.json
blob8b4b8eb4622d9a861aeeed4b0e8ec0c165644812
2   "name": "ChainedDroplist",
3   "version": "0.1.0",
4   "summary": "A chain-style droplist realized by UITableView",
5   "description": "- Chain-style droplist with customer rotation icon、hostView、baseView\n- Auto calculate top/bottom space to choose the best way to display",
6   "homepage": "https://github.com/seuzxh/ChainedDroplist",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "seuzxh": "seuzxh@163.com"
13   },
14   "source": {
15     "git": "https://github.com/seuzxh/ChainedDroplist.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "ChainedDroplist/**/*.{h,m}",
22   "dependencies": {
23     "Masonry": [
24       "~> 1.1.0"
25     ]
26   }