Update .podspec license information (#35245)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/35245

Changelog: [Internal]

Reviewed By: cipolleschi

Differential Revision: D41084913

fbshipit-source-id: a4ba31a19ffe515aa4e7c5a6e273a8cc4b6bc42d
This commit is contained in:
Christoph Purrer
2022-11-07 09:52:52 -08:00
committed by Facebook GitHub Bot
parent 6152763398
commit 19d65a2baf
37 changed files with 37 additions and 37 deletions
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
s.license = "MIT"
s.platforms = { :ios => "12.4" }
s.compiler_flags = '-Wno-nullability-completeness'
s.author = "Facebook, Inc. and its affiliates"
s.author = "Meta Platforms, Inc. and its affiliates"
s.source = { :git => "https://github.com/facebook/react-native.git", :tag => "#{s.version}" }
s.source_files = "**/*.{h,m,mm,swift}"