[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 7 / 4 / FlexBoxUIKit / 0.3 / FlexBoxUIKit.podspec.json
blob5bf35920e59e7ea199beb8b0ab3c9e7b48b142cf
2   "name": "FlexBoxUIKit",
3   "version": "0.3",
4   "summary": "flex layout for iOS powered by yoga",
5   "homepage": "https://github.com/BestYun/FlexBoxUIKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "yun": "lixingyunxing@163.com"
12   },
13   "platforms": {
14     "ios": "10.0"
15   },
16   "swift_versions": [
17     "5.4"
18   ],
19   "ios": {
20     "frameworks": "UIKit"
21   },
22   "module_name": "FlexBoxUIKit",
23   "source": {
24     "git": "https://github.com/BestYun/FlexBoxUIKit.git",
25     "tag": "0.3"
26   },
27   "description": "flex layout for iOS powered by yoga. Like SwiftUI.",
28   "default_subspecs": "Core",
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "Sources/Core/**/*.swift",
33       "dependencies": {
34         "FlexBoxYogaKit": [
35           "~> 2.0.0.3"
36         ]
37       }
38     },
39     {
40       "name": "Kingfisher",
41       "dependencies": {
42         "FlexBoxUIKit/Core": [
44         ],
45         "Kingfisher": [
46           "~> 6.3.1"
47         ]
48       },
49       "source_files": "Sources/Kingfisher/*.swift"
50     },
51     {
52       "name": "SDWebImage",
53       "source_files": "Sources/SDWebImage/*.swift",
54       "dependencies": {
55         "SDWebImage": [
57         ],
58         "FlexBoxUIKit/Core": [
60         ]
61       }
62     }
63   ],
64   "swift_version": "5.4"