mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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
This commit is contained in:
@@ -16,7 +16,7 @@ end
|
||||
|
||||
Pod::Spec.new do |spec|
|
||||
spec.name = 'Yoga'
|
||||
spec.version = "#{version}.React"
|
||||
spec.version = '1.14.0'
|
||||
spec.license = { :type => 'MIT' }
|
||||
spec.homepage = 'https://yogalayout.com'
|
||||
spec.documentation_url = 'https://yogalayout.com/docs/'
|
||||
|
||||
Reference in New Issue
Block a user