blob: b08647c2382257c28a42e8edaeee9e28bbe1b211 [file] [log] [blame]
{
"name": "YogaKit",
"version": "1.0.1",
"license": {
"type": "BSD-3-Clause",
"file": "../LICENSE"
},
"homepage": "https://facebook.github.io/yoga",
"authors": {
"Emil Sjölander": "sjolander.emil@gmail.com",
"Dustin Shahidehpour": "dshahidehpour@gmail.com"
},
"summary": "Yoga is a cross-platform layout engine which implements Flexbox.",
"description": "Yoga is a cross-platform layout engine which implements Flexbox.\nIt enables maximum collaboration within your team by implementing an API familiar to\nmany designers and opening it up to developers across different platforms.",
"documentation_url": "https://facebook.github.io/yoga/docs/getting-started/",
"source": {
"git": "https://github.com/facebook/yoga.git",
"tag": "v2017.01.27.00"
},
"platforms": {
"ios": null
},
"dependencies": {
"Yoga": [
"~> 1.0"
]
},
"public_header_files": "YogaKit/Source/{YGLayout,UIView+Yoga}.h",
"source_files": [
"YogaKit/Source/*.{h,m}",
"YogaKit/Source/{YGLayout,UIView+Yoga}.h"
],
"private_header_files": "YogaKit/Source/YGLayout+Private.h"
}