blob: d1304c89e1b57bf4d9863f7dd80a48a34004b846 [file] [log] [blame]
{
"name": "DropDownStack",
"version": "0.0.1",
"summary": "A short dropdown menu",
"description": "This cocoaPods library help you create a UI menu easier",
"homepage": "https://github.com/ngchthanh/DropDownStack",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nguyen Chi Thanh": "thanhnguyenchice@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"frameworks": "UIKit",
"source": {
"git": "https://github.com/ngchthanh/DropDownStack.git",
"tag": "0.0.1"
},
"source_files": "DropDownStack/**/*.{h,m,swift}",
"swift_version": "5.0"
}