[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / 2 / d / MEVFloatingButton / 0.5.0 / MEVFloatingButton.podspec.json
blob7c49b1200bc3182d164ba51285443e8f4e3f7714
2   "name": "MEVFloatingButton",
3   "version": "0.5.0",
4   "summary": "An iOS drop-in UITableView/UICollectionView/UIScrollView superclass category for showing a customizable floating button on top of it.",
5   "description": "An iOS drop-in UITableView/UICollectionView/UIScrollView superclass category for showing a customizable floating button on top of it. \nA 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.\nIncludes different delegate methods such us 'didTapButton', 'floatingButtonWillAppear', 'floatingButtonDidAppear', 'floatingButtonWillDisappear' and 'floatingButtonDidDisappear'.",
6   "homepage": "https://github.com/manuelescrig/MEVFloatingButton",
7   "license": "MIT",
8   "authors": {
9     "Manuel Escrig Ventura": "manuelescrig@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/manuelescrig/MEVFloatingButton.git",
13     "tag": "0.5.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "MEVFloatingButton": [
22       "Pod/Assets/*.png"
23     ]
24   }