[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 3 / 2 / a / FlexUI / 0.2.0 / FlexUI.podspec.json
blob2cb71856446f021f53ca686b5a156a701803c580
2   "name": "FlexUI",
3   "version": "0.2.0",
4   "summary": "FlexLayout Sugar Framework like SwiftUI syntax",
5   "description": "FlexLayout wraper for using SwiftUI style syntax",
6   "homepage": "https://github.com/woosub-lee/FlexUI",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "woosub-lee": "woosub.dev@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/woosub-lee/FlexUI.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": "5.5",
22   "source_files": "Sources/FlexUI/**/*",
23   "public_header_files": "Pod/Classes/**/*.h",
24   "dependencies": {
25     "FlexLayout": [
26       "~> 1.3"
27     ],
28     "PinLayout": [
29       "~> 1.10.0"
30     ]
31   },
32   "swift_version": "5.5"