Skip to content

Commit a58dd96

Browse files
axe-fbfacebook-github-bot
authored andcommitted
Update the version of yoga podspec to match the actual version of Yoga published
Summary: Yoga is currently published in cocoapods. While we don't use the Yoga from Cocoapods in React Native, we should atleast try to follow that version, so that other integrations with Yoga are possible Reviewed By: shergin Differential Revision: D17127625 fbshipit-source-id: bca2e1e33ad775e2a0d7a6f1e4177c3b480c023a
1 parent 82a8080 commit a58dd96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReactCommon/yoga/yoga.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ end
1616

1717
Pod::Spec.new do |spec|
1818
spec.name = 'Yoga'
19-
spec.version = "#{version}.React"
19+
spec.version = '1.14.0'
2020
spec.license = { :type => 'MIT' }
2121
spec.homepage = 'https://yogalayout.com'
2222
spec.documentation_url = 'https://yogalayout.com/docs/'

0 commit comments

Comments
 (0)