2 "name": "BeagleYogaKit",
8 "homepage": "https://facebook.github.io/yoga/",
9 "documentation_url": "https://facebook.github.io/yoga/docs/",
10 "summary": "Yoga is a cross-platform layout engine which implements Flexbox.",
11 "description": "Yoga is a cross-platform layout engine enabling maximum collaboration within your team by implementing an API many designers are familiar with, and opening it up to developers across different platforms.",
12 "authors": "Facebook and ZupIT",
14 "git": "https://github.com/ZupIT/yoga.git",
23 "module_name": "YogaKit",
29 "pod_target_xcconfig": {
30 "LD_VERIFY_BITCODE": "NO"
33 "YogaKit/Source/*.{h,m}",
34 "YogaKit/Source/swift/YGLayoutExtensions.swift"
36 "public_header_files": "YogaKit/Source/{YGLayout,UIView+Yoga}.h",
37 "private_header_files": "YogaKit/Source/YGLayout+Private.h",
38 "swift_versions": "5.1",
39 "readme": "YogaKit/README.md",
40 "swift_version": "5.1"