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",
14 "git": "https://github.com/facebook/yoga.git",
23 "default_subspecs": "Core",
29 "module_name": "YogaKit",
30 "readme": "YogaKit/README.md",
34 "source_files": "YogaKit/Source/*.{h,m}",
35 "public_header_files": "YogaKit/Source/{YGLayout,UIView+Yoga}.h",
36 "private_header_files": "YogaKit/Source/YGLayout+Private.h"
39 "name": "SwiftExtension",
40 "source_files": "YogaKit/Source/*.{swift}"