blob: a6beec16ce1d8b1af38e63c9eda153a93bf0417b [file] [log] [blame]
{
"name": "MEVFloatingButton",
"version": "1.2",
"summary": "An iOS drop-in UITableView, UICollectionView, UIScrollView superclass category for showing a customizable floating button on top of it.",
"description": "A very customazible category in order to add a floating button as seen as in material design on top of a UIScrollView, UITableView or a UICollectionView.",
"homepage": "https://github.com/manuelescrig/MEVFloatingButton",
"license": "MIT",
"authors": {
"Manuel Escrig Ventura": "manuelescrig@gmail.com"
},
"source": {
"git": "https://github.com/manuelescrig/MEVFloatingButton.git",
"tag": "1.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MEVFloatingButton": [
"Pod/Assets/*.png"
]
}
}