blob: ec099b4ce276f4ab2240d9d9498699bd9d315a7e [file] [log] [blame]
{
"name": "YogaKit",
"version": "1.18.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://facebook.github.io/yoga/",
"documentation_url": "https://facebook.github.io/yoga/docs/",
"summary": "Yoga is a cross-platform layout engine which implements Flexbox.",
"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.",
"authors": "Facebook",
"source": {
"git": "https://github.com/facebook/yoga.git",
"tag": "1.18.0"
},
"platforms": {
"ios": "8.0"
},
"ios": {
"frameworks": "UIKit"
},
"module_name": "YogaKit",
"dependencies": {
"Yoga": [
"~> 1.14"
]
},
"pod_target_xcconfig": {
"LD_VERIFY_BITCODE": "NO"
},
"source_files": "YogaKit/Source/*.{h,m,swift}",
"public_header_files": "YogaKit/Source/{YGLayout,UIView+Yoga}.h",
"private_header_files": "YogaKit/Source/YGLayout+Private.h",
"swift_versions": "5.1",
"readme": "YogaKit/README.md",
"swift_version": "5.1"
}