[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / f / 2 / d / MEVFloatingButton / 1.3 / MEVFloatingButton.podspec.json
blob72f725864acb972385b6c1709bb8bee64b173097
2   "name": "MEVFloatingButton",
3   "version": "1.3",
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   "screenshots": "https://cloud.githubusercontent.com/assets/1849990/13462466/db001be6-e087-11e5-92a1-79c8ecefb715.gif",
8   "license": "MIT",
9   "authors": {
10     "Manuel Escrig Ventura": "manuelescrig@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/manuelescrig/MEVFloatingButton.git",
14     "tag": "1.3"
15   },
16   "social_media_url": "https://twitter.com/manuelescrig",
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "source_files": "Pod/Classes/**/*",
22   "resource_bundles": {
23     "MEVFloatingButton": [
24       "Pod/Assets/*.png"
25     ]
26   }