blob: 72f725864acb972385b6c1709bb8bee64b173097 [file] [log] [blame]
{
"name": "MEVFloatingButton",
"version": "1.3",
"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",
"screenshots": "https://cloud.githubusercontent.com/assets/1849990/13462466/db001be6-e087-11e5-92a1-79c8ecefb715.gif",
"license": "MIT",
"authors": {
"Manuel Escrig Ventura": "manuelescrig@gmail.com"
},
"source": {
"git": "https://github.com/manuelescrig/MEVFloatingButton.git",
"tag": "1.3"
},
"social_media_url": "https://twitter.com/manuelescrig",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MEVFloatingButton": [
"Pod/Assets/*.png"
]
}
}