[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / a / b / 1 / Fluidable / 1.0.0 / Fluidable.podspec.json
blobaa00e734fe4f85eb897ef62d9e63a0ee055bbd31
2   "name": "Fluidable",
3   "version": "1.0.0",
4   "summary": "The Swift library that allows you to create a custom transition conforming to Fluid Interfaces.",
5   "homepage": "https://github.com/gumob/Fluidable",
6   "documentation_url": "https://gumob.github.io/Fluidable",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "gumob": "hello@gumob.com"
13   },
14   "module_name": "Fluidable",
15   "source": {
16     "git": "https://github.com/gumob/Fluidable.git",
17     "tag": "1.0.0",
18     "submodules": true
19   },
20   "source_files": [
21     "Sources/*.{swift}",
22     "Sources/*/*.{swift}",
23     "Sources/*/*/*.{swift}",
24     "Sources/*/*/*/*.{swift}"
25   ],
26   "requires_arc": true,
27   "swift_versions": "5.0",
28   "platforms": {
29     "ios": "10.0"
30   },
31   "ios": {
32     "frameworks": [
33       "Foundation",
34       "UIKit",
35       "CoreGraphics"
36     ]
37   },
38   "swift_version": "5.0"