blob: 5985d88cc2fc186544c143779c2fca4aff1eec12 [file] [log] [blame]
{
"name": "TPSDropDown",
"version": "1.0.0",
"summary": "Tipsi app dropdown component",
"description": "A set of classes defining dropdown component used in Tipsi app.",
"homepage": "https://github.com/tipsi/tipsi-dropdown-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tipsi team": "support@gettipsi.com"
},
"source": {
"git": "https://github.com/tipsi/tipsi-dropdown-ios.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TPSDropDown/Classes/**/*",
"resource_bundles": {
"TPSDropDownBundle": [
"TPSDropDown/Assets/*.*"
]
},
"frameworks": "UIKit",
"dependencies": {
"TPSMKDropdownMenu": [
"~> 1.3"
]
}
}