[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 0 / d / 9 / DiscoveryFabButton / 0.1.2 / DiscoveryFabButton.podspec.json
blob75c83411841b92385b51dfeddc4cc9e8c11f5e6f
2   "name": "DiscoveryFabButton",
3   "version": "0.1.2",
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   "screenshots": [
8     "https://raw.githubusercontent.com/kuamanet/Discovery-Fab-Button/master/previews/simple.gif",
9     "https://raw.githubusercontent.com/kuamanet/Discovery-Fab-Button/master/previews/tableview.gif",
10     "https://raw.githubusercontent.com/kuamanet/Discovery-Fab-Button/master/previews/customizations.gif",
11     "https://raw.githubusercontent.com/kuamanet/Discovery-Fab-Button/master/previews/delegates.gif"
12   ],
13   "license": {
14     "type": "MIT"
15   },
16   "authors": {
17     "Daniele De Matteo": "daniele@kuama.net"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source": {
23     "git": "https://github.com/kuamanet/Discovery-Fab-Button.git",
24     "tag": "0.1.2"
25   },
26   "source_files": "DiscoveryFabButton/*.{swift}",
27   "ios": {
28     "resource_bundles": {
29       "Icons": "DiscoveryFabButton/**/*.xcassets"
30     }
31   },
32   "swift_version": "4.2",
33   "frameworks": "UIKit",
34   "dependencies": {
35     "SnapKit": [
36       "~> 4.0.0"
37     ]
38   }