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