blob: 46dcc9c96c06b6194d2103eac71b6aa0dd3abfae [file] [log] [blame]
{
"name": "ZDropdown",
"version": "0.1.0",
"summary": "A dropdown widget written in Swift.",
"description": "ZDropdown is a dropdown widget written in Swift",
"homepage": "https://github.com/CaryZheng/ZDropdownWidget",
"license": "MIT",
"authors": {
"CaryZheng": "CaryZhengMy@gmail.com"
},
"source": {
"git": "https://github.com/CaryZheng/ZDropdownWidget.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"ZDropdown": [
"Pod/Assets/*.png"
]
}
}