[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / 1 / 8 / 7 / FlexBoxYogaKit / 2.0.0.3 / FlexBoxYogaKit.podspec.json
blob9dbc2dd79e662ec3909cb0863dda1279c0e1b2d0
2   "name": "FlexBoxYogaKit",
3   "version": "2.0.0.3",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "homepage": "https://yogalayout.com/",
9   "documentation_url": "https://yogalayout.com/docs",
10   "summary": "FlexBoxYogaKit allows using the Yoga layout engine in combination with UIKit",
11   "authors": {
12     "Meta Open Source": "opensource@meta.com"
13   },
14   "source": {
15     "git": "https://github.com/BestYun/yoga.git",
16     "tag": "v2.0.0.3"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "ios": {
22     "frameworks": "UIKit"
23   },
24   "module_name": "FlexBoxYogaKit",
25   "dependencies": {
26     "FlexBoxYoga": [
27       "~> 2.0.0.2"
28     ]
29   },
30   "source_files": "YogaKit/YogaKit/*.{h,m,swift}",
31   "public_header_files": "YogaKit/YogaKit/{YGLayout,UIView+Yoga}.h",
32   "private_header_files": "YogaKit/YogaKit/YGLayout+Private.h",
33   "swift_versions": "5.1",
34   "readme": "YogaKit/README.md",
35   "swift_version": "5.1"