[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / d / 6 / f / FlexKit / 1.0.0 / FlexKit.podspec.json
blob378568a0cd28b5717eb4e5677da3a9de21b4dcca
2   "name": "FlexKit",
3   "version": "1.0.0",
4   "summary": "FlexLayout,支持链式调用,虚拟div",
5   "description": "*链式调用\n*虚拟div\n*基于YogaKit",
6   "homepage": "https://github.com/ONECATYU/FlexKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ONECATYU": "786910875@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/ONECATYU/FlexKit.git",
19     "tag": "1.0.0"
20   },
21   "source_files": [
22     "FlexKit",
23     "FlexKit/**/*.{h,m,swift}"
24   ],
25   "frameworks": [
26     "UIKit",
27     "Foundation"
28   ],
29   "requires_arc": true,
30   "dependencies": {
31     "Yoga": [
32       "~> 1.14.0"
33     ]
34   },
35   "swift_versions": "5.0",
36   "swift_version": "5.0"