[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / e / 7 / 4 / FlexBoxUIKit / 0.0.2 / FlexBoxUIKit.podspec.json
blob2588c8aa7ce800fa8758bc2ad36f8cf075c2f2df
2   "name": "FlexBoxUIKit",
3   "version": "0.0.2",
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.0.2"
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   "swift_version": "5.4"