[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / d / 6 / f / FlexKit / 1.0.1 / FlexKit.podspec.json
blob08fed109a445073ab130fc74888ef7041ea0db63
2   "name": "FlexKit",
3   "version": "1.0.1",
4   "summary": "1.支持虚拟div,避免导致视图增多问题。2.支持scrollView contentSize。3.支持CALayer布局,UIView和CALayer混合布局。4.根据node树,UIView/CALayer自动添加到父视图。",
5   "homepage": "https://github.com/ONECATYU/FlexKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "ONECATYU": "786910875@qq.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/ONECATYU/FlexKit.git",
18     "tag": "1.0.1"
19   },
20   "source_files": [
21     "FlexKit",
22     "FlexKit/**/*.{h,m,swift}"
23   ],
24   "frameworks": [
25     "UIKit",
26     "Foundation"
27   ],
28   "requires_arc": true,
29   "dependencies": {
30     "Yoga": [
31       "~> 1.14.0"
32     ]
33   },
34   "swift_versions": "5.0",
35   "swift_version": "5.0"