[Add] AlibabacloudVpc20160428 5.5.0
[CocoaPods.git] / Specs / a / 2 / 5 / FluidInterfaceKit / 0.4.0 / FluidInterfaceKit.podspec.json
bloba7c3667d1770fa89bdf9e17e38d450cba3bb921d
2   "name": "FluidInterfaceKit",
3   "version": "0.4.0",
4   "summary": "Components on UIKit for Fluid Interface",
5   "description": "This library provides components built on top of UIKit for Fluid Interface.",
6   "homepage": "https://github.com/muukii/FluidInterfaceKit",
7   "license": "MIT",
8   "authors": {
9     "Muukii": "muukii.app@gmail.com"
10   },
11   "social_media_url": "https://twitter.com/muukii_app",
12   "platforms": {
13     "ios": "12.0"
14   },
15   "source": {
16     "git": "https://github.com/muukii/FluidInterfaceKit.git",
17     "tag": "0.4.0"
18   },
19   "source_files": "Sources/FluidInterfaceKit/**/*.swift",
20   "frameworks": "UIKit",
21   "requires_arc": true,
22   "swift_versions": [
23     "5.3",
24     "5.4",
25     "5.5",
26     "5.6"
27   ],
28   "default_subspecs": [
29     "Core"
30   ],
31   "subspecs": [
32     {
33       "name": "Core",
34       "source_files": "Sources/FluidInterfaceKit/**/*.swift",
35       "dependencies": {
36         "MatchedTransition": [
37           ">= 1.1.0"
38         ],
39         "GeometryKit": [
40           ">= 1.1.0"
41         ],
42         "ResultBuilderKit": [
43           ">= 1.2.0"
44         ]
45       }
46     },
47     {
48       "name": "RideauSupport",
49       "source_files": "Sources/FluidInterfaceKitRideauSupport/**/*.swift",
50       "dependencies": {
51         "FluidInterfaceKit/Core": [
53         ],
54         "Rideau": [
55           ">= 2.1.0"
56         ]
57       }
58     }
59   ],
60   "swift_version": "5.6"