[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / a / b / 1 / Fluidable / 0.0.1 / Fluidable.podspec.json
bloba461cd26ed2a4e9895f73f44a858f2c769f9d313
2   "name": "Fluidable",
3   "version": "0.0.1",
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": "0.0.1",
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": "4.2",
28   "platforms": {
29     "ios": "10.0"
30   },
31   "ios": {
32     "frameworks": [
33       "Foundation",
34       "UIKit",
35       "CoreGraphics"
36     ]
37   },
38   "swift_version": "4.2"