[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 0 / d / 9 / DiscoveryFabButton / 0.1.1 / DiscoveryFabButton.podspec.json
blobe143a7ca56cf4dc1c706dc2ca4b185d90cd40c91
2   "name": "DiscoveryFabButton",
3   "version": "0.1.1",
4   "summary": "Fab button with menu and circle reveal animation.",
5   "description": "A fab button that when clicked will show a list of items, that behave like a list of radio buttons, aka they have\nan \"active\" status and can be activated by clicking on them. Only one item can be active.\nAlso a nice animated circle will overlay your UI when the fab is clicked",
6   "homepage": "https://github.com/kuamanet/Discovery-Fab-Button",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "Daniele De Matteo": "daniele@kuama.net"
12   },
13   "platforms": {
14     "ios": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/kuamanet/Discovery-Fab-Button.git",
18     "tag": "0.1.1"
19   },
20   "source_files": "DiscoveryFabButton/*.{swift}",
21   "ios": {
22     "resource_bundles": {
23       "Icons": "DiscoveryFabButton/**/*.xcassets"
24     }
25   },
26   "swift_version": "4.2",
27   "frameworks": "UIKit",
28   "dependencies": {
29     "SnapKit": [
30       "~> 4.0.0"
31     ]
32   }