[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / d / 6 / f / FlexKit / 0.0.1 / FlexKit.podspec.json
blob76cdc5cfe13c149e2a7f0eb2cba661e4d7b0bf5f
2   "name": "FlexKit",
3   "version": "0.0.1",
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   "swift_version": "4.1",
18   "source": {
19     "git": "https://github.com/ONECATYU/FlexKit.git",
20     "tag": "0.0.1"
21   },
22   "source_files": [
23     "FlexKit",
24     "FlexKit/**/*.{h,m,swift}"
25   ],
26   "private_header_files": "FlexKit/YGLayout+Private.h",
27   "frameworks": [
28     "UIKit",
29     "Foundation"
30   ],
31   "requires_arc": true,
32   "dependencies": {
33     "Yoga": [
34       "~> 1.8.1"
35     ]
36   }