Sync up package descriptions (#1307)
Summary: Pull Request resolved: https://github.com/facebook/yoga/pull/1307 This syncs up some of the descriptions, author names, etc between the different Yoga packages we are going to soon publish. Reviewed By: cortinico Differential Revision: D46664187 fbshipit-source-id: b15974efee31f349650e5d23f9fcaebaef6d6dd3
This commit is contained in:
committed by
Facebook GitHub Bot
parent
2d408acbab
commit
2d19f45c86
@@ -11,10 +11,9 @@ Pod::Spec.new do |spec|
|
|||||||
spec.homepage = 'https://yogalayout.com/'
|
spec.homepage = 'https://yogalayout.com/'
|
||||||
spec.documentation_url = 'https://yogalayout.com/docs'
|
spec.documentation_url = 'https://yogalayout.com/docs'
|
||||||
|
|
||||||
spec.summary = 'Yoga is a cross-platform layout engine which implements Flexbox.'
|
spec.summary = 'An embeddable and performant flexbox layout engine with bindings for multiple languages'
|
||||||
spec.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.'
|
|
||||||
|
|
||||||
spec.authors = 'Facebook'
|
spec.authors = {'Meta Open Source' => 'opensource@meta.com'}
|
||||||
spec.source = {
|
spec.source = {
|
||||||
:git => 'https://github.com/facebook/yoga.git',
|
:git => 'https://github.com/facebook/yoga.git',
|
||||||
:tag => "v#{spec.version.to_s}",
|
:tag => "v#{spec.version.to_s}",
|
||||||
|
@@ -7,14 +7,13 @@ podspec = Pod::Spec.new do |spec|
|
|||||||
spec.name = 'YogaKit'
|
spec.name = 'YogaKit'
|
||||||
spec.version = '2.0.0'
|
spec.version = '2.0.0'
|
||||||
spec.license = { :type => 'MIT', :file => "LICENSE" }
|
spec.license = { :type => 'MIT', :file => "LICENSE" }
|
||||||
spec.homepage = 'https://facebook.github.io/yoga/'
|
spec.homepage = 'https://yogalayout.com/'
|
||||||
spec.documentation_url = 'https://facebook.github.io/yoga/docs/'
|
spec.documentation_url = 'https://yogalayout.com/docs'
|
||||||
spec.deprecated = true
|
spec.deprecated = true
|
||||||
|
|
||||||
spec.summary = 'Yoga is a cross-platform layout engine which implements Flexbox.'
|
spec.summary = 'YogaKit allows using the Yoga layout engine in combination with UIKit'
|
||||||
spec.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.'
|
|
||||||
|
|
||||||
spec.authors = 'Facebook'
|
spec.authors = {'Meta Open Source' => 'opensource@meta.com'}
|
||||||
spec.source = {
|
spec.source = {
|
||||||
:git => 'https://github.com/facebook/yoga.git',
|
:git => 'https://github.com/facebook/yoga.git',
|
||||||
:tag => "v#{spec.version.to_s}",
|
:tag => "v#{spec.version.to_s}",
|
||||||
@@ -32,3 +31,4 @@ end
|
|||||||
|
|
||||||
# See https://github.com/facebook/yoga/pull/366
|
# See https://github.com/facebook/yoga/pull/366
|
||||||
podspec.attributes_hash["readme"] = "YogaKit/README.md"
|
podspec.attributes_hash["readme"] = "YogaKit/README.md"
|
||||||
|
podspec
|
||||||
|
@@ -26,7 +26,8 @@ publishing {
|
|||||||
version = project.version.toString()
|
version = project.version.toString()
|
||||||
afterEvaluate { from(components["default"]) }
|
afterEvaluate { from(components["default"]) }
|
||||||
pom {
|
pom {
|
||||||
description.set("A cross-platform layout engine which implements Flexbox.")
|
description.set(
|
||||||
|
"An embeddable and performant flexbox layout engine with bindings for multiple languages")
|
||||||
name.set(project.name)
|
name.set(project.name)
|
||||||
url.set("https://github.com/facebook/yoga.git")
|
url.set("https://github.com/facebook/yoga.git")
|
||||||
licenses {
|
licenses {
|
||||||
|
@@ -1,8 +1,10 @@
|
|||||||
{
|
{
|
||||||
"name": "yoga-layout",
|
"name": "yoga-layout",
|
||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
"description": "JavaScript bindings for the Yoga layout engine",
|
"description": "An embeddable and performant flexbox layout engine with bindings for multiple languages",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
"author": "Meta Open Source",
|
||||||
|
"homepage": "https://yogalayout.com/",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git@github.com:facebook/yoga.git"
|
"url": "git@github.com:facebook/yoga.git"
|
||||||
|
Reference in New Issue
Block a user