[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 3 / 2 / a / FlexUI / 0.1.0 / FlexUI.podspec.json
blobdd65ebba67f544020465fc8800832a5d7a660189
2   "name": "FlexUI",
3   "version": "0.1.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.1.0"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "source_files": "FlexUI/Sources/**/*",
22   "public_header_files": "Pod/Classes/**/*.h",
23   "dependencies": {
24     "FlexLayout": [
25       "~> 1.3"
26     ],
27     "PinLayout": [
28       "~> 1.10.0"
29     ]
30   }