[Add] ijkmedia-framework 1.0.0
[CocoaPods.git] / Specs / f / 2 / d / MEVFloatingButton / 1.0.0 / MEVFloatingButton.podspec.json
blob26a37265a00d8fe574b7c14a4fdbaedfe8e69253
2   "name": "MEVFloatingButton",
3   "version": "1.0.0",
4   "summary": "An iOS drop-in UITableView, UICollectionView, UIScrollView superclass category for showing a customizable floating button on top of it.",
5   "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.",
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": "1.0.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   }