blob: 4869960c86a3b5f8dee7ddca9b8b494e164d08cc [file] [log] [blame]
{
"name": "TPSDropDown",
"version": "1.0.1",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TPSDropDown/Classes/**/*",
"resource_bundles": {
"TPSDropDownBundle": [
"TPSDropDown/Assets/*.*"
]
},
"frameworks": "UIKit",
"dependencies": {
"TPSMKDropdownMenu": [
"~> 1.3"
]
}
}